mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-08-15 23:28:05 +02:00
mktemp on macosx uses some .Xs by default, which is not the case on linux
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user