Fix simple logic problem: s///

This commit is contained in:
Steve McIntyre 2006-12-04 11:41:28 +00:00
parent 5246ae846e
commit 0d08a2a2d7
1 changed files with 2 additions and 3 deletions

View File

@ -68,16 +68,15 @@ if [ -n "$NOSOURCE" ] ; then
fi
make $LISTTARGET $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE
echo " ... building the images"
# Setting IMAGETARGET directly is deprecated; NOSOURCE is preferred
if [ -z "$IMAGETARGET" ]; then
if [ -n "$NOSOURCE" ] ; then
IMAGETARGET="bin-official_images"
fi
if [ -z "$IMAGETARGET" ] ; then
else
IMAGETARGET="official_images"
fi
fi
echo " ... building the images; using target(s) \"$IMAGETARGET\""
make $IMAGETARGET
make imagesums