direct repobase message to stderr (#204)
This commit is contained in:
committed by
Tom Limoncelli
parent
6831a83196
commit
25bc3e64b7
@@ -63,7 +63,7 @@ export REPOBASE=$(physical_directory_of "$REPOBASE")
|
|||||||
# after determining what we believe to be the answer.
|
# after determining what we believe to be the answer.
|
||||||
|
|
||||||
if [[ -n "$BLACKBOX_REPOBASE" ]]; then
|
if [[ -n "$BLACKBOX_REPOBASE" ]]; then
|
||||||
echo "Using custom repobase: $BLACKBOX_REPOBASE"
|
echo "Using custom repobase: $BLACKBOX_REPOBASE" >&2
|
||||||
export REPOBASE="$BLACKBOX_REPOBASE"
|
export REPOBASE="$BLACKBOX_REPOBASE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user