Merge "Make deprecated() output to stderr"
This commit is contained in:
commit
fefd3e9c46
@ -216,7 +216,7 @@ function die_if_not_set {
|
||||
function deprecated {
|
||||
local text=$1
|
||||
DEPRECATED_TEXT+="\n$text"
|
||||
echo "WARNING: $text"
|
||||
echo "WARNING: $text" >&2
|
||||
}
|
||||
|
||||
# Prints line number and "message" in error format
|
||||
|
Loading…
Reference in New Issue
Block a user