[Fix #801] Make $TMPPREFIX a file path

This commit is contained in:
Sorin Ionescu 2015-02-22 21:56:12 -05:00
parent 1292587f95
commit ab45ade380
1 changed files with 0 additions and 3 deletions

View File

@ -72,6 +72,3 @@ if [[ ! -d "$TMPDIR" ]]; then
fi
TMPPREFIX="${TMPDIR%/}/zsh"
if [[ ! -d "$TMPPREFIX" ]]; then
mkdir -p "$TMPPREFIX"
fi