главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.sh b/bb.sh
index 470b5e1..cda88f9 100755
--- a/bb.sh
+++ b/bb.sh
@@ -496,7 +496,7 @@ create_html_page() {
parse_file() {
# Read for the title and check that the filename is ok
title=""
- while IFS='' read line; do
+ while IFS='' read -r line; do
if [[ "$title" == "" ]]; then
# set title and
# remove extra <p> and </p> added by markdown