mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 06:18:04 +02:00
wp-uninstalled.sh: don't shift after -b, there's a generic shift below
This commit is contained in:
parent
48ef823318
commit
b8979e7434
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ while getopts ":b:c:" opt; do
|
|||
case ${opt} in
|
||||
b)
|
||||
BUILDDIR=${OPTARG}
|
||||
shift 2
|
||||
;;
|
||||
c)
|
||||
CONFIGDIR=${OPTARG}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue