]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt46602] Consistently print usage for runall.sh to stderr
authorMichał Kępień <michal@isc.org>
Thu, 25 Jan 2018 11:49:36 +0000 (12:49 +0100)
committerStephen Morris <stephen@isc.org>
Fri, 16 Feb 2018 16:09:49 +0000 (16:09 +0000)
bin/tests/system/runall.sh

index 54da64ea52a102c31414bfa03b32e6fa1a7a1533..ce0935a5532c2bf65770ae7a6fc44a07475dd4d2 100644 (file)
@@ -40,7 +40,7 @@ elif [ $# -eq 1 ]; then
     fi
     numproc=$1
 else
-    echo "$usage"
+    echo "$usage" >&2
     exit 1
 fi