summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 4c3a926..d0cfbb3 100755
--- a/init
+++ b/init
@@ -3,7 +3,7 @@
3cd luafilesystem 3cd luafilesystem
4luarocks config variables.CFLAGS " $CFLAGS" 4luarocks config variables.CFLAGS " $CFLAGS"
5luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec 5luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec
6ojb="luafilesystem-scm-1.$(luarocks config arch).rock" 6obj="luafilesystem-scm-1.$(luarocks config arch).rock"
7cp $obj /root 7cp $obj /root
8cd /root 8cd /root
9if [ -n $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then 9if [ -n $(echo $CFLAGS | grep -o -E -- '( |^)-g( |$)') ]; then