Fixed a bug and quoting

This commit is contained in:
Pat Regan 2011-05-01 17:47:56 -04:00
commit ce0ac07900

View file

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