aboutsummaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmakedist4
1 files changed, 2 insertions, 2 deletions
diff --git a/makedist b/makedist
index 8b65a62e..0d136478 100755
--- a/makedist
+++ b/makedist
@@ -2,7 +2,7 @@
2 2
3if ! [ "$1" ] 3if ! [ "$1" ]
4then 4then
5 echo "usage: $0 <version> <lua54dir>" 5 echo "usage: $0 <version> <lua54dir> [branch] [binary] [sign]"
6 exit 1 6 exit 1
7fi 7fi
8 8
@@ -23,7 +23,7 @@ shift || {
23 exit 1 23 exit 1
24} 24}
25 25
26if ! [ -d "$lua54dir" ] 26if ! [ -d "$lua54dir" -a -d "$lua54dir/lib" ]
27then 27then
28 echo "Second argument must be the Lua 5.4 prefix." 28 echo "Second argument must be the Lua 5.4 prefix."
29 exit 1 29 exit 1