mirror of
https://github.com/skywind3000/z.lua
synced 2026-07-23 12:58:52 +00:00
fixed typo
This commit is contained in:
@@ -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