Make sure to use gdd (GNU dd) if detected

This commit is contained in:
Nils Steinger 2017-05-28 11:16:52 +02:00
parent f0eaa4c250
commit a3db271bc9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ command_benchmark()
if command_exists "$1"
then
time dd if=/dev/zero bs=1M count=500 2> /dev/null | \
time "$gnu_dd" if=/dev/zero bs=1M count=500 2> /dev/null | \
"$@" > /dev/null
else
if [ "$QUIET" -ne 1 ]