1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-17 13:19:48 +00:00

fixed typo

This commit is contained in:
skywind3000
2019-02-07 00:08:20 +08:00
parent 16f4c7b468
commit 507c6f12c2

2
z.lua
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 "$@"