zshrc: remove weird whitespace
authorMoviuro <moviuro+grml@gmail.com>
Sun, 8 Feb 2015 23:15:58 +0000 (00:15 +0100)
committerFrank Terbeck <ft@grml.org>
Sun, 8 Feb 2015 23:34:30 +0000 (00:34 +0100)
etc/zsh/zshrc

index 631118c..f38e2fd 100644 (file)
@@ -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"