aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/gpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpp.py b/src/gpp.py
index f40dbb8..f5be2df 100755
--- a/src/gpp.py
+++ b/src/gpp.py
@@ -56,7 +56,7 @@ with open(input_file, 'rb') as file:
if unshebang:
if data[0][:2] == '#!':
- data[:] = data[1:]
+ data[0] = ''
def pp(line):
rc = ''