diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-03-13 20:56:18 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-03-13 20:56:18 -0700 |
| commit | cfe48fd2ed07ef174cf7c66a2f26c129dfbd6aec (patch) | |
| tree | ca6f8ed9228640c99ad46744868c4ea1153666e2 /lib | |
| parent | 783eec9b4592ff3fa54ffa1a855dda2a71f2db64 (diff) | |
Fix for shebang
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/compatibility/compatibility.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/compatibility.nom b/lib/compatibility/compatibility.nom index 70b9e63..dc21f0b 100644 --- a/lib/compatibility/compatibility.nom +++ b/lib/compatibility/compatibility.nom @@ -126,7 +126,7 @@ external: $tree = (SyntaxTree {: for $k = $v in $tree: add $k = $v}) $tree.version = $end_version if $tree.shebang: - $tree.shebang = "#!/usr/bin/env nomsu -V\($end_version, joined with ".")\n" + $tree.shebang = "#!/usr/bin/env nomsu -V\$end_version\n" return $tree |
