Removed the quoting and fixed logic error

This commit is contained in:
Pat Regan 2011-05-01 19:24:03 -04:00
commit d80b76380d

View file

@ -40,7 +40,7 @@ else
fi
# 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
fi