mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +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:
parent
266a81de2c
commit
b521e3418d
@ -104,7 +104,7 @@ CT_DoEnd()
|
||||
# Abort the execution with an error message
|
||||
# Usage: CT_Abort <message>
|
||||
CT_Abort() {
|
||||
CT_DoLog ERROR "$1" >&2
|
||||
CT_DoLog ERROR "$1"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user