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