From: Frank Terbeck Date: Wed, 1 Feb 2012 20:28:46 +0000 (+0100) Subject: Fix broken quoting X-Git-Tag: v0.6.0~9 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=5f433e9ef61a841d4a8ef3853a0e129af16d70f8;p=grml-etc-core.git Fix broken quoting And again found by ChiCuong HA. Thanks, man. Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 055f519..bf40267 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2419,7 +2419,7 @@ check_com new || alias new=modified # use colors when GNU grep with color-support #a2# Execute \kbd{grep -{}-color=auto} -(( $#grep_options > 0 )) && alias grep='grep '${grep_options:+"${grep_options[*]} "}' +(( $#grep_options > 0 )) && alias grep='grep '${grep_options:+"${grep_options[*]} "} # Translate DE<=>EN # 'translate' looks up fot a word in a file with language-to-language