1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 19:49:25 +00:00

Convert tabs to spaces

This commit is contained in:
Sorin Ionescu
2014-10-09 20:35:48 -04:00
parent 9b1f39f267
commit 10c33ec9a4
2 changed files with 12 additions and 12 deletions

View File

@ -46,7 +46,7 @@ while (( $# > 0 )); do
|| rar ${${verbose:+v}:-l} "$1" ;;
(*.7z) 7za l "$1" ;;
(*)
print "$0: cannot list: $1" >&2
print "$0: cannot list: $1" >&2
success=1
;;
esac