You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bashinput incrrectly renders without a space before the backslash, which
results in:
| sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget gdisk\
| libssl-dev lz4
the missing space between "gdisk" and "" implies that copy-pasting these
lines in a terminal results in:
E: Unable to locate package gdisklibssl-dev
This appears as a bug in the bashinput environment word wrapping. Use the
verbatim environment until a suitable fix for bashinput is implemented.
Report-at: #221
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
In the STM32 variant of the yocto Lab1 (First Yocto Project build) we currently have a line that renders as:
the missing space between "gdisk" and "" implies that copy-pasting these lines in a terminal results in:
This appears as a bug in the
bashinput
environment word wrapping.The problem was reported against the yocto labs but it might as well appear elsewhere.
The text was updated successfully, but these errors were encountered: