mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-16 14:28:11 +00:00
In CT_Abort(), don't send output to stderr. Let the log facility handle where things should go.
This commit is contained in:
@ -104,7 +104,7 @@ CT_DoEnd()
|
|||||||
# Abort the execution with an error message
|
# Abort the execution with an error message
|
||||||
# Usage: CT_Abort <message>
|
# Usage: CT_Abort <message>
|
||||||
CT_Abort() {
|
CT_Abort() {
|
||||||
CT_DoLog ERROR "$1" >&2
|
CT_DoLog ERROR "$1"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user