mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
13 lines
339 B
Diff
13 lines
339 B
Diff
diff --git a/scripts/generate_bash_completion.sh b/scripts/generate_bash_completion.sh
|
|
index 778810570c..46a3965f85 100755
|
|
--- a/scripts/generate_bash_completion.sh
|
|
+++ b/scripts/generate_bash_completion.sh
|
|
@@ -34,7 +34,7 @@ die() {
|
|
}
|
|
|
|
get_optarg() {
|
|
- expr -- "${1}" : "[^=]*=\\(.*\\)"
|
|
+ expr "${1}" : "[^=]*=\\(.*\\)"
|
|
}
|
|
|
|
append=
|