More randomness in the wrapper tmpfile
This commit is contained in:
parent
e68800a28d
commit
ad2ee80eb6
@ -10,7 +10,7 @@
|
|||||||
file_extension="$1"
|
file_extension="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
temp_file=$(mktemp --tmpdir "ale-XXX$file_extension")
|
temp_file=$(mktemp --tmpdir "ale-XXXXXXXXX$file_extension")
|
||||||
trap 'rm $temp_file' EXIT
|
trap 'rm $temp_file' EXIT
|
||||||
|
|
||||||
while read -r; do
|
while read -r; do
|
||||||
|
Loading…
Reference in New Issue
Block a user