diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,7 +75,7 @@ tar -czf images.tar.gz *.png | |||
75 | 75 | ||
76 | # Make sure we've installed it | 76 | # Make sure we've installed it |
77 | INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0' | 77 | INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0' |
78 | test -e $INSTALLDIR/luajit.exe | 78 | test -e "$INSTALLDIR/luajit.exe" |
79 | test -e $INSTALLDIR/luarocks.exe | 79 | test -e "$INSTALLDIR/luarocks.exe" |
80 | wine "$INSTALLDIR/luarocks.exe" --help | 80 | wine "$INSTALLDIR/luarocks.exe" --help |
81 | wine "$INSTALLDIR/luarocks.exe" config | 81 | wine "$INSTALLDIR/luarocks.exe" config |