diff options
Diffstat (limited to 'src/pre')
-rwxr-xr-x | src/pre | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -27,7 +27,4 @@ shift $((OPTIND - 1)) PREFIX="${1:-}" eval "$(assert-arg -- "$PREFIX" 'PREFIX')" -# FIXME: using "while" so we avoid GNU sed's buffering -while read -r line; do - printf '%s%s %s\n' "$PREFIX" "$SEP" "$line" -done +stdbuf -oL sed "s/^/$PREFIX$SEP /" |