summaryrefslogtreecommitdiff
path: root/src/ioblksize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioblksize.h')
-rw-r--r--src/ioblksize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ioblksize.h b/src/ioblksize.h
index ffd6ff37a..aaea9fffd 100644
--- a/src/ioblksize.h
+++ b/src/ioblksize.h
@@ -28,8 +28,8 @@
bs=$((1024*2**$i))
printf "%7s=" $bs
timeout --foreground -sINT 2 \
- dd bs=$bs if=/dev/zero of=/dev/null 2>&1 |
- sed -n 's/.* \([0-9.]* [GM]B\/s\)/\1/p'
+ dd bs=$bs if=/dev/zero of=/dev/null 2>&1 \
+ | sed -n 's/.* \([0-9.]* [GM]B\/s\)/\1/p'
done
With the results shown for these systems: