squish.lua

branch
lua5.2
changeset 98
61085789b12b
parent 95
828e814152e0
--- a/squish.lua	Fri Mar 17 11:00:22 2023 +0000
+++ b/squish.lua	Fri Mar 17 11:01:19 2023 +0000
@@ -237,7 +237,7 @@
 	if opts.executable == true then
 		f:write("#!/usr/bin/env lua\n");
 	else
-		f:write(opts.executable, "\n");
+		f:write("#!"..opts.executable, "\n");
 	end
 end
 

mercurial