zshrc: removed extra `;'
authorMoviuro <moviuro+grml@gmail.com>
Sat, 7 Feb 2015 23:19:05 +0000 (00:19 +0100)
committerFrank Terbeck <ft@grml.org>
Sat, 7 Feb 2015 23:20:43 +0000 (00:20 +0100)
etc/zsh/zshrc

index 9c2a046..beeba29 100644 (file)
@@ -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 += $? ))