__file: mktemp -u checks for perms
__file: broken on macOS config hosts: https://github.com/cdist-community/cdist-conf/issues/53
The latest versions of macOS mount / read-only:
$ mktemp -u /foo.XXXXXX
mktemp: mkstemp…
__file: mktemp -u checks for perms
Maybe it's time to have globally usable randomzied run id, which can be used for variety of things. Starting with temp file suffixes etc. For example $__run_id
?
__file: mktemp -u checks for perms
I don't understand how suffix change helps.
mktemp -u
will still check if ${destination} is accessible (locally).
__file: mktemp -u checks for perms