summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_setup_pbuilder.sh2
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
#