mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-05-21 01:57:45 +00:00
scripts/log: do not interpret log string as printf format
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
80bc8d6d01
commit
ae715a0a3c
@ -79,7 +79,7 @@ CT_DoLog() {
|
|||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
cat -
|
cat -
|
||||||
else
|
else
|
||||||
printf "${*}\n"
|
printf "%s\n" "${*}"
|
||||||
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]='/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user