From 31eca514236017cf82e045471583bfe14bfbc5e0 Mon Sep 17 00:00:00 2001 From: Birdee <85372418+BirdeeHub@users.noreply.github.com> Date: Mon, 4 May 2026 23:39:33 -0700 Subject: [PATCH] fix(fix_shebang): now fixed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f655e78..34296e1 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ LUADIR ?= $(PREFIX)/lua LIBDIR ?= $(PREFIX)/lib endif -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)) check_lua_incdir = \ @if [ -z "$(LUA_INCDIR)" ]; then \