From a8c1e3d6987cb1b9faa4a85e1b6736f5ab289bd9 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 17 Oct 2024 14:25:51 -0500 Subject: Add our rock servers and a system-wide rock tree --- test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test b/test index 2f74971..83f1130 100755 --- a/test +++ b/test @@ -75,7 +75,7 @@ tar -czf images.tar.gz *.png # Make sure we've installed it INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0' -test -e $INSTALLDIR/luajit.exe -test -e $INSTALLDIR/luarocks.exe +test -e "$INSTALLDIR/luajit.exe" +test -e "$INSTALLDIR/luarocks.exe" wine "$INSTALLDIR/luarocks.exe" --help wine "$INSTALLDIR/luarocks.exe" config -- cgit v1.2.3-55-g6feb