Browse Source

fix error in files with empty lines

main
Blau Araujo 1 year ago
parent
commit
5d47430a2e
  1. 2
      cawk

2
cawk

@ -115,6 +115,6 @@ if [[ -t 0 ]];then
repl $PRECISION
else
while read; do
calc "$REPLY" $PRECISION
[[ $REPLY ]] && calc "$REPLY" $PRECISION
done
fi

Loading…
Cancel
Save