diff --git a/hyprsolusctl b/hyprsolusctl index 05a2745..1083d2b 100644 --- a/hyprsolusctl +++ b/hyprsolusctl @@ -87,7 +87,7 @@ update () { do case $1 in --ensure-deps-latest) shift ; deps_update=0 ;; - *) echo "Ignoring argument $1" ;; + *) echo "Ignoring argument $1" ; shift ;; esac done deps_update=${deps_update:-1} @@ -116,7 +116,7 @@ upgrade () { case $1 in --ensure-integrity) shift ; eopkg_check=0 ;; --clean-all) shift ; clean_all=0 ;; - *) echo "Ignoring argument $1" ;; + *) echo "Ignoring argument $1" ; shift ;; esac done clean_all=${clean_all:-1}