Small optimization

This commit is contained in:
Riyyi
2020-04-11 14:16:28 +02:00
parent f142fe6e95
commit 203d721ff1
+1 -1
View File
@@ -176,7 +176,7 @@ update() {
shift $((OPTIND - 1)) shift $((OPTIND - 1))
case "$1" in case "$1" in
init | install | list | remove | update) init | install | list | remove | update)
"$1" "$2" "$3" "$@"
;; ;;
*) *)
echo "$SCRIPT: invalid command '$1'" echo "$SCRIPT: invalid command '$1'"