summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-03-15 11:31:03 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-03-15 11:32:57 +0000
commit04a47e7244b7eeeb54952fdc5dba4962f9a372a5 (patch)
tree52bdeb434b741e6dbee6a309a160fc7382f69357
parent7404092ade6be57c39e0dbf50b4375d29e69d569 (diff)
tcwg_kernel-bisect.sh: Fix shell expansion
"$@" expands to several strings, which become extra git command-line arguments, and "$*" expands to a single string. Change-Id: I95799d258ffb8dc3e4f79777894a0425eafeceb9
-rwxr-xr-xtcwg_kernel-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_kernel-bisect.sh b/tcwg_kernel-bisect.sh
index 5129d1f5..f6169710 100755
--- a/tcwg_kernel-bisect.sh
+++ b/tcwg_kernel-bisect.sh
@@ -223,7 +223,7 @@ push_interesting_commits ()
git -C ../interesting-commits add .
git -C ../interesting-commits commit -m "Add commits from $BUILD_URL:
-$@" &
+$*" &
local res=0 && wait $! || res=$?
if [ x"$res" = x"0" ]; then