From ae8957287168b7c2dfde196771524ccc19ec9f44 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Fri, 16 Feb 2024 02:08:49 +0000 Subject: [PATCH] make_image: really fix the TOTANUM issue --- tools/make_image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/make_image b/tools/make_image index 0cd3fa21..d7bee4ec 100755 --- a/tools/make_image +++ b/tools/make_image @@ -23,7 +23,8 @@ else echo "Generating $ARCHES iso/jigdo image number $CD ..." fi -NUM_CDS=$(ls -1 $DIR/*.volid | wc -l) +FILES=$DIR/*.volid +NUM_CDS=$(ls -1 $FILES | wc -l) last_minute_update () { echo " Last-minute updates:"