Skip to content

Commit ba88ffb

Browse files
svlvmegastep
authored andcommitted
Initialize the iflag variable with an empty string
1 parent 33c28e8 commit ba88ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makeself-header.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ MS_dd()
107107
bytes=\`expr \$3 % 1024\`
108108
# Test for ibs, obs and conv feature
109109
if dd if=/dev/zero of=/dev/null count=1 ibs=512 obs=512 conv=sync 2> /dev/null; then
110+
iflag=""
110111
# Test for fullblock feature
111112
if dd if=/dev/zero of=/dev/null count=1 iflag=fullblock 2> /dev/null; then
112113
iflag="iflag=fullblock"

0 commit comments

Comments
 (0)