Skip to content

Commit 6ae1785

Browse files
committed
Revert "fix: only skip offset"
This reverts commit 51e7299.
1 parent 6eca970 commit 6ae1785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makeself-header.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ MS_dd_Progress()
132132
blocks=\`expr \$length / \$bsize\`
133133
bytes=\`expr \$length % \$bsize\`
134134
(
135-
dd ibs=\$offset skip=1 count=0 2>/dev/null
135+
dd ibs=\$offset skip=1 count=1 2>/dev/null
136136
pos=\`expr \$pos \+ \$bsize\`
137137
MS_Printf " 0%% " 1>&2
138138
if test \$blocks -gt 0; then

0 commit comments

Comments
 (0)