Broken moonscript module fixed.
This commit is contained in:
parent
2024b1e1f9
commit
671fac6d8f
@ -20,9 +20,9 @@ function moon.build {
|
|||||||
if [[ -z "${install[$target]}" ]]; then
|
if [[ -z "${install[$target]}" ]]; then
|
||||||
write "\t${Q}echo '#!/usr/bin/env lua' > '${target}'"
|
write "\t${Q}echo '#!/usr/bin/env lua' > '${target}'"
|
||||||
write "\t${Q}moonc -p $S >> '${target}'"
|
write "\t${Q}moonc -p $S >> '${target}'"
|
||||||
|
write "\t${Q}chmod +x '${target}'"
|
||||||
else
|
else
|
||||||
write "\t${Q}moonc -p $S > '${target}'"
|
write "\t${Q}moonc -p $S > '${target}'"
|
||||||
write "\t${Q}chmod +x '${basename}'"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user