1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-09-28 22:42:38 +00:00

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

View File

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