echo: don't mangle backslashes for file printing
This commit is contained in:
parent
8545c048c6
commit
a6c4094cf0
|
@ -80,7 +80,7 @@ Echo_warning ()
|
|||
|
||||
Echo_file ()
|
||||
{
|
||||
while read LINE
|
||||
while read -r LINE
|
||||
do
|
||||
echo "${1}: ${LINE}" >&1
|
||||
done < "${1}"
|
||||
|
|
Loading…
Reference in New Issue