From: Moviuro Date: Sat, 7 Feb 2015 23:19:05 +0000 (+0100) Subject: zshrc: removed extra `;' X-Git-Tag: v0.11.0~4 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=c9a74e732b7522129eda451691bbb5ad071c2cb2 zshrc: removed extra `;' --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 9c2a046..beeba29 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3062,7 +3062,7 @@ EOT while (( $# > 0 )); do if islinux || isfreebsd; then cp $verbose -a "${1%/}" "${1%/}_$current_date" - else; + else cp $verbose -pR "${1%/}" "${1%/}_$current_date" fi (( result += $? ))