We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6dfed commit 31e97b5Copy full SHA for 31e97b5
utils/check-version.sh
@@ -71,7 +71,7 @@ fi
71
# rockspec
72
matched=`ls -l rockspec/ | grep "$ver" `
73
74
-if [ !$matched ]; then
+if [ -z "$matched" ]; then
75
echo -e "${RED}failed: (rockspec) VERSION = $ver \"$ver\" ${NC}" 1>&2
76
echo
77
echo "-----please check rockspec file for VERSION \"$ver\"-----"
0 commit comments