diff --git a/makeself-header.sh b/makeself-header.sh index 0b50d91..745256c 100755 --- a/makeself-header.sh +++ b/makeself-header.sh @@ -137,7 +137,7 @@ MS_dd_Progress() blocks=\`expr \$length / \$bsize\` bytes=\`expr \$length % \$bsize\` ( - dd ibs=\$offset skip=1 count=1 2>/dev/null + dd bs=\$offset skip=1 count=1 2>/dev/null pos=\`expr \$pos \+ \$bsize\` MS_Printf " 0%% " 1>&2 if test \$blocks -gt 0; then