From: Moviuro Date: Sun, 8 Feb 2015 23:15:58 +0000 (+0100) Subject: zshrc: remove weird whitespace X-Git-Tag: v0.11.0~2 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=426e2a3f9588d5cb0a7963872f762cb018cff268 zshrc: remove weird whitespace --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 631118c..f38e2fd 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3060,7 +3060,7 @@ EOT shift "$((OPTIND-1))" if (( keep > 0 )); then while (( $# > 0 )); do - if islinux || isfreebsd; then + if islinux || isfreebsd; then cp $verbose -a "${1%/}" "${1%/}_$current_date" else cp $verbose -pR "${1%/}" "${1%/}_$current_date"