diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-30 21:17:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-30 21:17:17 +0200 |
commit | caee9623bf9a32cc5cc895aaea534ed040fc8c7c (patch) | |
tree | e4a834895b339df73baf78084f77ed7f9d20ed2e /bin | |
parent | 79eb526c76d0ed451741dc6234d10e2463acffe6 (diff) | |
download | jenkins.debian.net-caee9623bf9a32cc5cc895aaea534ed040fc8c7c.tar.xz |
fixup d74094f0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_node_wrapper.sh | 2 |
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 |