make sure FORCE_FIRMWARE has a value for use in README.html.in

This commit is contained in:
cd-builder user 2010-07-08 10:34:09 +00:00
parent 5018528099
commit 2b26169add
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ if [ "$OMIT_MANUAL"x = ""x ] ; then
OMIT_MANUAL=0
fi
if [ "$FORCE_FIRMWARE"x = ""x ] ; then
FORCE_FIRMWARE=0
fi
dir=$BDIR/CD$DISK
for file in $MIRROR/README*; do
if [ -e $file ]; then