From c568707d316118250478115ebd46e88e6b1d59ae Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 18 May 2011 07:43:27 +0200 Subject: [PATCH] write status to stderr --- .bin/offlineimap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/offlineimap b/.bin/offlineimap index 7e439d4..f55fee5 100755 --- a/.bin/offlineimap +++ b/.bin/offlineimap @@ -12,7 +12,7 @@ if ! lockfile -0 -r0 -l 3600 "$LOCKFILE" 2>/dev/null; then fi if ! test -t 0; then - echo Renicing because we are not run interactively… + echo Renicing because we are not run interactively… >&2 renice 20 -p $$ >/dev/null ionice -c3 -p $$ fi -- 2.39.2