summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/txr.c b/txr.c
index 92593202..b6e3b27a 100644
--- a/txr.c
+++ b/txr.c
@@ -343,6 +343,7 @@ static int txr_main(int argc, char **argv)
if (errors)
return EXIT_FAILURE;
+
spec = remove_hash_bang_line(get_spec());
opt_loglevel = match_loglevel;