fixed typo

This commit is contained in:
skywind3000
2019-02-07 00:08:20 +08:00
parent 16f4c7b468
commit 507c6f12c2
+1 -1
View File
@@ -1768,7 +1768,7 @@ _zlua() {
esac
shift
done
if [ "$arg_mode" = "-h" ] || [ "$arg_mode" == "--purge" ]; then
if [ "$arg_mode" = "-h" ] || [ "$arg_mode" = "--purge" ]; then
"$ZLUA_LUAEXE" "$ZLUA_SCRIPT" $arg_mode
elif [ "$arg_mode" = "-l" ] || [ "$#" -eq 0 ]; then
"$ZLUA_LUAEXE" "$ZLUA_SCRIPT" -l $arg_subdir $arg_type $arg_strip "$@"