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