Skip to content

Commit

Permalink
Merge branch 'main' of github.com:blmayer/astro
Browse files Browse the repository at this point in the history
  • Loading branch information
blmayer committed Aug 7, 2023
2 parents a4a71d5 + 297bdb0 commit e6d5508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ parseurl() {
}

typesetgmi() {
while IFS='' read -r line
while IFS='' read -r line || [ -n "$line" ];
do
line="$(echo "$line" | tr -d '\r')"
# shellcheck disable=SC2016
Expand Down

0 comments on commit e6d5508

Please sign in to comment.