make_image: really fix the TOTANUM issue
(cherry picked from commit ae89572871
)
This commit is contained in:
parent
884b7d8912
commit
905cd2feca
|
@ -23,7 +23,8 @@ else
|
||||||
echo "Generating $ARCHES iso/jigdo image number $CD ..."
|
echo "Generating $ARCHES iso/jigdo image number $CD ..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
NUM_CDS=$(ls -1 $DIR/*.volid | wc -l)
|
FILES=$DIR/*.volid
|
||||||
|
NUM_CDS=$(ls -1 $FILES | wc -l)
|
||||||
|
|
||||||
last_minute_update () {
|
last_minute_update () {
|
||||||
echo " Last-minute updates:"
|
echo " Last-minute updates:"
|
||||||
|
|
Loading…
Reference in New Issue