Merge commit 'bee6e09262a6145fc178ddc85c656da4bb83a9a9'

kitty
Roman Perepelitsa 3 years ago
commit 4f143b7b97

@ -245,7 +245,7 @@ END
return 1 return 1
fi fi
if [ -n "$TMPDIR" -a '(' '(' -d "$TMPDIR" -a -w "$TMPDIR" ')' -o '!' '(' -d /tmp -a -w /tmp ')' ')' ]; then if [ -n "${TMPDIR-}" -a '(' '(' -d "${TMPDIR-}" -a -w "${TMPDIR-}" ')' -o '!' '(' -d /tmp -a -w /tmp ')' ')' ]; then
local tmp="$TMPDIR" local tmp="$TMPDIR"
else else
local tmp=/tmp local tmp=/tmp

Loading…
Cancel
Save