Skip to content

Commit

Permalink
Merge commit 'bee6e09262a6145fc178ddc85c656da4bb83a9a9'
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Jan 26, 2022
2 parents d6f8c47 + bee6e09 commit 4f143b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitstatus/install
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ END
return 1
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"
else
local tmp=/tmp
Expand Down

0 comments on commit 4f143b7

Please sign in to comment.