From ed70165294a6b846a9b0d513689dea03539755f7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 9 Nov 2018 17:32:48 -0800 Subject: Better handling of shebangs and comments at the top of a file. --- compatibility/compatibility.nom | 1 + 1 file changed, 1 insertion(+) (limited to 'compatibility/compatibility.nom') diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index 09eacc2..1df91f1 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -93,6 +93,7 @@ externally [..] set %with_upgraded_args 's metatable to (%tree 's metatable) %tree = (call %UPGRADES.%ver with [%with_upgraded_args, %end_version]) + %tree.shebang = "#!/usr/bin/env nomsu -V\%end_version" return %tree externally (%tree upgraded from %start_version) means (..) -- cgit v1.2.3