diff options
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 c7d5bd51..27834805 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -20,7 +20,7 @@ fi # # create script to configure a pbuilder chroot # -create_customized_tmpfile () +create_customized_tmpfile() { TMPFILE=$1 shift cat >> $TMPFILE <<- EOF |