From c9a74e732b7522129eda451691bbb5ad071c2cb2 Mon Sep 17 00:00:00 2001 From: Moviuro Date: Sun, 8 Feb 2015 00:19:05 +0100 Subject: [PATCH] zshrc: removed extra `;' --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += $? )) -- 2.1.4