From 16179317647e9135ef2ba7f0d96fadf78165e585 Mon Sep 17 00:00:00 2001 From: hakkiplaten Date: Sat, 8 Oct 2016 22:54:45 +0200 Subject: [PATCH] Add back print to stderr in has_lib.sh --- util/has_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/has_lib.sh b/util/has_lib.sh index 6be2cf9..75e216c 100755 --- a/util/has_lib.sh +++ b/util/has_lib.sh @@ -53,7 +53,7 @@ case "$1" in result=$? ;; *) - echo "Unknown library: $1" + >&2 echo "Unknown library: $1" exit 1 esac