diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-27 17:46:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-27 17:46:32 +0100 |
commit | 106955ae7d242f0e1e4582f573dbde0224fc0b38 (patch) | |
tree | e41dc892a47df932bf76f4282a4a4e25711bfce3 /bin | |
parent | 1492b1ce8736568b3171ca355700baac6c3a2072 (diff) | |
download | jenkins.debian.net-106955ae7d242f0e1e4582f573dbde0224fc0b38.tar.xz |
reproducible: fixup experimental pbuilder base.tgz creation
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_pbuilder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index bf93eb3b..273bcb99 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -23,7 +23,7 @@ fi create_setup_tmpfile() { TMPFILE=$1 shift - cat > $TMPFILE <<- EOF + cat >> $TMPFILE <<- EOF # # this script is run within the pbuilder environment to further customize it # |