diff options
Diffstat (limited to 'factor')
| -rwxr-xr-x | factor | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ factor() { } if [ -z "$*" ]; then - while read -r i; do + while IFS=\n read -r i; do factor $i done else |
![]() |
index : moreutils | |
| implementations of the non-POSIX utilities included in GNU coreutils |
| summaryrefslogtreecommitdiff |