summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-31 14:03:31 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-31 14:03:31 +0200
commita36e86495081e22cf8eb6f8a23f84df2a2f280b6 (patch)
tree69543329ca1087183ec307c288f647b674728e7c
parentf3593aa77100824960eee4b880dbcdd96832ba18 (diff)
downloadjenkins.debian.net-a36e86495081e22cf8eb6f8a23f84df2a2f280b6.tar.xz
reproducible: fix syntax error
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 9326a5c5..859285fe 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -606,8 +606,8 @@ elif [ "$2" != "" ] ; then
PORT1="$(echo $1 | cut -d ':' -f2)"
PORT2="$(echo $2 | cut -d ':' -f2)"
# if no port is given, assume 22
- if [ "$NODE1" = "${PORT1}.debian.net" ] ; then PORT1= 22 ; fi
- if [ "$NODE2" = "${PORT2}.debian.net" ] ; then PORT2= 22 ; fi
+ if [ "$NODE1" = "${PORT1}.debian.net" ] ; then PORT1=22 ; fi
+ if [ "$NODE2" = "${PORT2}.debian.net" ] ; then PORT2=22 ; fi
# overwrite ARCH for remote builds
for i in $ARCHS ; do
# try to match ARCH in nodenames