Fix a mkdir switch typo introduced in 68bbf22

This commit is contained in:
Sorin Ionescu 2012-09-03 12:52:33 -04:00
parent afae737b78
commit 227043938f
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@ unset path_file
export TMPPREFIX="${TMPDIR%/}/zsh"
if [[ ! -d "$TMPPREFIX" ]]; then
mkdir -v "$TMPPREFIX"
mkdir -p "$TMPPREFIX"
fi