From 1d389aebec974166d5e53ee75e142b408fda3c30 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 19 Aug 2024 12:29:49 -0500 Subject: Quickfix --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 4c3a926..d0cfbb3 100755 --- a/init +++ b/init @@ -3,7 +3,7 @@ cd luafilesystem luarocks config variables.CFLAGS " $CFLAGS" luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec -ojb="luafilesystem-scm-1.$(luarocks config arch).rock" +obj="luafilesystem-scm-1.$(luarocks config arch).rock" cp $obj /root cd /root if [ -n $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then -- cgit v1.2.3-55-g6feb