mktemp on macosx uses some .Xs by default, which is not the case on linux

This commit is contained in:
Matus Kral
2012-12-28 13:34:21 +01:00
committed by Darik Horn
parent 1099c622cb
commit 6f91e10033

View File

@ -69,7 +69,7 @@ declare -a TARGETS_DRECURSIVE
declare -a TARGETS_DREGULAR
declare -i RC
tmp_file_prefix='zfs-auto-snapshot'
tmp_file_prefix='zfs-auto-snapshot.XXXXXXXXX'
set -o pipefail