diff --git a/bash/base.sh b/bash/base.sh index c6c42e3..28db2ab 100755 --- a/bash/base.sh +++ b/bash/base.sh @@ -311,7 +311,7 @@ doit() { parse_opts "$@" if ! (( ${#args[@]} )); then - while read -ra line; do + while read -era line; do for input in "${line[@]}"; do doit "ibase" "$input" done