zcompile seems to not like quoted pathnames...

This commit is contained in:
Pat Regan 2011-05-01 17:50:29 -04:00
commit b2638ef0c3

View file

@ -41,7 +41,7 @@ fi
# Compile zcompdump if necessary # Compile zcompdump if necessary
if [ "~/.zcompdump -nt ~/.zcompdump.zwc" -o ! -e "~/.zcompdump.zwc" ]; then if [ "~/.zcompdump -nt ~/.zcompdump.zwc" -o ! -e "~/.zcompdump.zwc" ]; then
zcompile "~/.zcompdump" zcompile ~/.zcompdump
fi fi
# Check for updates on initial load... # Check for updates on initial load...