toolchain/wrapper.sh: Replace read with read -r
authorRosen Penev <rosenp@gmail.com>
Mon, 30 Dec 2019 03:41:17 +0000 (19:41 -0800)
committerPetr Štetiar <ynezz@true.cz>
Sat, 11 Jul 2020 11:33:28 +0000 (13:33 +0200)
commitd8e6a92e7cd83380448f73911fff4f5fff33ef01
tree0f152bce16156d57487630b98a8d621805ff6d6e
parent969690b33c56fd8f11ba2ce517e4dd70d9acaefa
toolchain/wrapper.sh: Replace read with read -r

Without -r, backslashes would get mangled.

Found with shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
target/toolchain/files/wrapper.sh