diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 17:32:48 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 17:33:04 -0800 |
| commit | ed70165294a6b846a9b0d513689dea03539755f7 (patch) | |
| tree | 5f81723db4638e322d2b9d1a8d07000b2c5cb59d /compatibility | |
| parent | e96ae0c78dc511d361d37bc69259d18a68648b8f (diff) | |
Better handling of shebangs and comments at the top of a file.
Diffstat (limited to 'compatibility')
| -rw-r--r-- | compatibility/compatibility.nom | 1 |
1 files changed, 1 insertions, 0 deletions
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 (..) |
