aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-07-20 13:22:14 +0300
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-08-02 11:06:39 +0000
commit59ba51777e1ad161e2dcc60825e3a4304f945098 (patch)
tree50b941e817738ecfa1f4231b3e4d88dc843f2549 /scripts
parent62c2f1e873fb982fa7d2432e279fd5e0137555d8 (diff)
scripts/test-schroot.sh: Robustify -o option
This option is not used in our scripts. Change-Id: I4116f62548b1ffd3350628fd985c2b742808edc2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-schroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-schroot.sh b/scripts/test-schroot.sh
index 6a4b0c63..06fbeb24 100755
--- a/scripts/test-schroot.sh
+++ b/scripts/test-schroot.sh
@@ -27,7 +27,7 @@ while getopts "a:bd:e:fh:l:mo:p:P:qu:v" OPTION; do
h) multilib_path="$OPTARG" ;;
l) sysroot=$OPTARG ;;
m) ssh_master=true ;;
- o) target_ssh_opts="$OPTARG" ;;
+ o) target_ssh_opts="$target_ssh_opts -o $OPTARG" ;;
p) host_ssh_opts="$OPTARG" ;;
P) profile="$OPTARG" ;;
q) exec > /dev/null ;;