Quote paths

This commit is contained in:
Pat Regan 2011-05-01 17:36:57 -04:00
commit a4b53d9011

View file

@ -40,7 +40,7 @@ else
fi fi
# Compile zcompdump if necessary # Compile zcompdump if necessary
if [ ~/.zcompdump -nt ~/.zcompdump.zwc ]; then if [ "~/.zcompdump" -nt "~/.zcompdump.zwc" ]; then
zcompile ~/.zcompdump zcompile ~/.zcompdump
fi fi