mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-17 13:19:48 +00:00
fixed typo
This commit is contained in:
2
z.lua
2
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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user