summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-26 12:19:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-26 12:19:39 +0100
commitd73c544a9017f4a9913e33f0e44cdf6d86d1f912 (patch)
tree3e1bfaabd3e8703aee708b7ecb0225a1ea5214b3 /bin/reproducible_freebsd.sh
parent15be47c382e2221146ef24e8d079a99679d5d1ca (diff)
downloadjenkins.debian.net-d73c544a9017f4a9913e33f0e44cdf6d86d1f912.tar.xz
reproducible freebsd: drop spaces to avoid quotes, thanks mapreri
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index f101eeeb..59fc20d2 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -92,7 +92,7 @@ declare -A FREEBSD_VERSION
declare -A FILES_HTML
for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
set -e
- RSSH="ssh -o 'Batchmode = yes' freebsd-jenkins.debian.net"
+ RSSH="ssh -o Batchmode=yes freebsd-jenkins.debian.net"
RSCP="scp -r freebsd-jenkins.debian.net"
TMPBUILDDIR=/usr/src
$RSSH 'sudo rm -rf /usr/src ; sudo mkdir /usr/src ; sudo chown jenkins /usr/src' ### this is tmpfs on linux, we should move this to tmpfs on FreeBSD too