Is actually luac5.2, not luac52.

master
Icedream 2014-10-20 12:46:08 +02:00
parent 736318a730
commit 10fe1e17c1
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ mkdir -p ../tmp/lua
find . -type f -name '*.lua' | while read absfile; do find . -type f -name '*.lua' | while read absfile; do
file="lua/$absfile" file="lua/$absfile"
echo "Compiling $file..." echo "Compiling $file..."
luac52 -o "../tmp/$file.luac" "$absfile" && ( luac5.2 -o "../tmp/$file.luac" "$absfile" && (
rm "/tmp/$file" rm "/tmp/$file"
mv "/tmp/$file.luac" "/tmp/$file" mv "/tmp/$file.luac" "/tmp/$file"
) || ( ) || (