Skip to content

Commit

Permalink
fix: Preserve backslash in command docs
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
  • Loading branch information
TerryHowe committed Jun 23, 2024
1 parent 4e0e0dd commit 37af66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/parse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ STATE=Introduction
EXAMPLES=""
PREFIX="Example - "
>${EXAMPLES_FILE}
cat ${TEMPFILE} | while read LINE
cat ${TEMPFILE} | while read -r LINE
do
[[ "${LINE}" == "" ]] && continue
if [[ "${LINE}" == Aliases* ]]
Expand Down

0 comments on commit 37af66f

Please sign in to comment.