mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-14 13:28:11 +00:00
Interpret escape sequences in CT_DoLog.
Otherwise, CT_Abort messages with \n are not displayed properly. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
@ -178,7 +178,7 @@ CT_DoLog() {
|
|||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
cat -
|
cat -
|
||||||
else
|
else
|
||||||
printf "%s\n" "${*}"
|
echo -e "${*}"
|
||||||
fi |( IFS="${CR}" # We want the full lines, even leading spaces
|
fi |( IFS="${CR}" # We want the full lines, even leading spaces
|
||||||
_prog_bar_cpt=0
|
_prog_bar_cpt=0
|
||||||
_prog_bar[0]='/'
|
_prog_bar[0]='/'
|
||||||
|
Reference in New Issue
Block a user