Merge remote-tracking branch 'up/master' into master-riscv64

This commit is contained in:
David Abdurachmanov 2020-05-29 07:17:08 +03:00
commit fd2d5c5921
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fi
}
parse() {
while read line; do
while read line || [ "$line" ]; do
[ "${line:0:1}" = '#' -o "${line:0:1}" = ';' ] && continue
line="${line## *}"
[ -z "$line" ] && continue