From b483f65c0ba5b599c5043b8b0875016db405586f Mon Sep 17 00:00:00 2001 From: Patrick Sanders Date: Thu, 17 Aug 2017 11:57:04 -0400 Subject: [PATCH] direct repobase message to stderr (#204) --- bin/_blackbox_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/_blackbox_common.sh b/bin/_blackbox_common.sh index ffc60ca..3f721f3 100755 --- a/bin/_blackbox_common.sh +++ b/bin/_blackbox_common.sh @@ -63,7 +63,7 @@ export REPOBASE=$(physical_directory_of "$REPOBASE") # after determining what we believe to be the answer. if [[ -n "$BLACKBOX_REPOBASE" ]]; then - echo "Using custom repobase: $BLACKBOX_REPOBASE" + echo "Using custom repobase: $BLACKBOX_REPOBASE" >&2 export REPOBASE="$BLACKBOX_REPOBASE" fi