From 507c6f12c2b10099cd65774222c2712638bb3bcf Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Thu, 7 Feb 2019 00:08:20 +0800 Subject: [PATCH] fixed typo --- z.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z.lua b/z.lua index 9254418..d5b1429 100755 --- a/z.lua +++ b/z.lua @@ -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 "$@"