We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45c00b commit 31eca51Copy full SHA for 31eca51
1 file changed
Makefile
@@ -28,7 +28,7 @@ LUADIR ?= $(PREFIX)/lua
28
LIBDIR ?= $(PREFIX)/lib
29
endif
30
31
-FIX_SHEBANG := print(string.format("\#!%s\\npackage.cpath = %q .. [[/?.so;]] .. package.cpath\\n-- ", arg[1], arg[2]))
+FIX_SHEBANG := io.write(string.format("\#!%s%cpackage.cpath = %q .. [[/?.so;]] .. package.cpath%c-- ", arg[1], 10, arg[2], 10))
32
33
check_lua_incdir = \
34
@if [ -z "$(LUA_INCDIR)" ]; then \
0 commit comments