make sure FORCE_FIRMWARE has a value for use in README.html.in
This commit is contained in:
parent
5018528099
commit
2b26169add
|
@ -22,6 +22,10 @@ if [ "$OMIT_MANUAL"x = ""x ] ; then
|
||||||
OMIT_MANUAL=0
|
OMIT_MANUAL=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$FORCE_FIRMWARE"x = ""x ] ; then
|
||||||
|
FORCE_FIRMWARE=0
|
||||||
|
fi
|
||||||
|
|
||||||
dir=$BDIR/CD$DISK
|
dir=$BDIR/CD$DISK
|
||||||
for file in $MIRROR/README*; do
|
for file in $MIRROR/README*; do
|
||||||
if [ -e $file ]; then
|
if [ -e $file ]; then
|
||||||
|
|
Loading…
Reference in New Issue