mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-01 16:47:58 +00:00
scripts/log: do not interpret log string as printf format
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 5f01a23be1e427f95806bbf5d880f5ee6839bed1)
This commit is contained in:
parent
e88829d593
commit
d75f12cace
@ -79,7 +79,7 @@ CT_DoLog() {
|
||||
if [ $# -eq 0 ]; then
|
||||
cat -
|
||||
else
|
||||
printf "${*}\n"
|
||||
printf "%s\n" "${*}"
|
||||
fi |( IFS="${CR}" # We want the full lines, even leading spaces
|
||||
_prog_bar_cpt=0
|
||||
_prog_bar[0]='/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user