This commit is contained in:
committed by
Git OBS Bridge
parent
177644aa74
commit
2e54e398f9
@@ -4,7 +4,7 @@
|
||||
# block is the disk block size (best guess, need not be exact)
|
||||
|
||||
warn="(does not preserve modes and timestamp)"
|
||||
-tmp=/tmp/zfoo.$$
|
||||
-tmp=${TMPDIR-/tmp}/zfoo.$$
|
||||
-set -C
|
||||
+dtmp=`mktemp -d -t znew.XXXXXXXX` || exit
|
||||
+trap 'rm -rf $dtmp' HUP INT PIPE TERM 0
|
||||
|
Reference in New Issue
Block a user