From d80b76380d0d0c768eb4317260200ae9295e6575 Mon Sep 17 00:00:00 2001 From: Pat Regan Date: Sun, 1 May 2011 19:24:03 -0400 Subject: [PATCH] Removed the quoting and fixed logic error --- oh-my-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 45a2d7690..b1508706e 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -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