summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-30 21:17:17 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-30 21:17:17 +0200
commitcaee9623bf9a32cc5cc895aaea534ed040fc8c7c (patch)
treee4a834895b339df73baf78084f77ed7f9d20ed2e
parent79eb526c76d0ed451741dc6234d10e2463acffe6 (diff)
downloadjenkins.debian.net-caee9623bf9a32cc5cc895aaea534ed040fc8c7c.tar.xz
fixup d74094f0
-rwxr-xr-xbin/reproducible_node_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_node_wrapper.sh b/bin/reproducible_node_wrapper.sh
index 2866a7cc..fa0fac13 100755
--- a/bin/reproducible_node_wrapper.sh
+++ b/bin/reproducible_node_wrapper.sh
@@ -64,7 +64,7 @@ if [[ "$*" =~ rebootstrap_.* ]] ; then
REBOOTSTRAPSH="$REBOOTSTRAPSH HOST_ARCH=$(echo $1 | cut -d "_" -f2)"
if [[ "$*" =~ .*_debbindiff.* ]] ; then
REBOOTSTRAPSH="$REBOOTSTRAPSH ENABLE_DEBBINDIFF=yes"
- fi echo $j | cut -d "_" -f2
+ fi
export LC_ALL=C
exec $REBOOTSTRAPSH ; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then