More randomness in the wrapper tmpfile
This commit is contained in:
parent
e68800a28d
commit
ad2ee80eb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue