rankmirrors: pipe errors to stderr

If this is to be scripted with AIF or another tool, it needs to respect stderr.

Signed-off-by: Andres P <aepd87@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andres P 2010-06-22 22:12:49 -04:30 committed by Allan McRae
parent 226c137245
commit 708f186f98

View file

@ -49,7 +49,7 @@ version() {
} }
err() { err() {
echo "$1" echo "$1" >&2
exit 1 exit 1
} }