More randomness in the wrapper tmpfile

This commit is contained in:
Bjorn Neergaard 2016-10-10 15:53:56 -05:00
parent e68800a28d
commit ad2ee80eb6
No known key found for this signature in database
GPG Key ID: D8F4DB0CE841305D
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
file_extension="$1"
shift
temp_file=$(mktemp --tmpdir "ale-XXX$file_extension")
temp_file=$(mktemp --tmpdir "ale-XXXXXXXXX$file_extension")
trap 'rm $temp_file' EXIT
while read -r; do