mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 06:21:53 +08:00
More randomness in the wrapper tmpfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user