diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:11:17 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:11:17 -0800 |
| commit | fb8f8ed99ea13be5f2ad8affd2801ed2120fbf02 (patch) | |
| tree | 7a4ecc63f1f0caf368c04c74d861331d47218652 /compatibility | |
| parent | b918668f18cf6b0fe823c5a03c351ad6945a24bb (diff) | |
Fixed shebang not getting newline
Diffstat (limited to 'compatibility')
| -rw-r--r-- | compatibility/compatibility.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index 68e12e5..65e75fc 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -92,7 +92,7 @@ externally [..] add %k = (%v upgraded from %start_version to %end_version) 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" + %tree.shebang = "#!/usr/bin/env nomsu -V\%end_version\n" return %tree externally (%tree upgraded from %start_version) means (..) |
