From: Michał Kępień Date: Thu, 25 Jan 2018 11:49:36 +0000 (+0100) Subject: [rt46602] Consistently print usage for runall.sh to stderr X-Git-Tag: v9.13.0~158^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe1ccafc343c7ff65149bf9d1a626369b9c0de62;p=thirdparty%2Fbind9.git [rt46602] Consistently print usage for runall.sh to stderr --- diff --git a/bin/tests/system/runall.sh b/bin/tests/system/runall.sh index 54da64ea52a..ce0935a5532 100644 --- a/bin/tests/system/runall.sh +++ b/bin/tests/system/runall.sh @@ -40,7 +40,7 @@ elif [ $# -eq 1 ]; then fi numproc=$1 else - echo "$usage" + echo "$usage" >&2 exit 1 fi