aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bazel/bash_completion.patch
blob: 74cedc6a7737ca3151db9e7e1a98862835298f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Bash completion patch to fix error in expr

--- a/scripts/generate_bash_completion.sh.orig
+++ a/scripts/generate_bash_completion.sh
@@ -34,7 +34,7 @@
 }
 
 get_optarg() {
-  expr -- "${1}" : "[^=]*=\\(.*\\)"
+  expr "${1}" : "[^=]*=\\(.*\\)"
 }
 
 append=