Broken moonscript module fixed.

master
Luka Vandervelden 2016-04-06 13:26:23 +02:00
parent 2024b1e1f9
commit 671fac6d8f
1 changed files with 1 additions and 1 deletions

View File

@ -20,9 +20,9 @@ function moon.build {
if [[ -z "${install[$target]}" ]]; then
write "\t${Q}echo '#!/usr/bin/env lua' > '${target}'"
write "\t${Q}moonc -p $S >> '${target}'"
write "\t${Q}chmod +x '${target}'"
else
write "\t${Q}moonc -p $S > '${target}'"
write "\t${Q}chmod +x '${basename}'"
fi
fi