diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-30 22:58:07 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-30 22:58:07 +0200 |
commit | c03f449cd4b2bae555116e89b766bb8739382db4 (patch) | |
tree | dc0d64f1e9c7dfc6cf7a79f9ce417185ef314cf7 | |
parent | fe15acc2b74e097ca7c4d72ae912504910546a73 (diff) | |
download | jenkins.debian.net-c03f449cd4b2bae555116e89b766bb8739382db4.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 21874d26..da9373d1 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -574,7 +574,7 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then SRCPACKAGE="$2" SUITE="$3" SAVE_ARTIFACTS=0 - TMPDIR="$4" ; mkdir $TMPDIR ; cd $$TMPDIR + TMPDIR="$4" ; mkdir $TMPDIR ; cd $TMPDIR get_source_package mkdir b$MODE if [ "$MODE" = "1" ] ; then |