From cfe48fd2ed07ef174cf7c66a2f26c129dfbd6aec Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 13 Mar 2019 20:56:18 -0700 Subject: [PATCH] Fix for shebang --- lib/compatibility/compatibility.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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