From a4b53d90113e78d9afa873891662b068d06aefd6 Mon Sep 17 00:00:00 2001 From: Pat Regan Date: Sun, 1 May 2011 17:36:57 -0400 Subject: [PATCH] Quote paths --- 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 c7d26c64f..5ba9deff4 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 ]; then +if [ "~/.zcompdump" -nt "~/.zcompdump.zwc" ]; then zcompile ~/.zcompdump fi