[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-18-g61754ba

Daniel Baumann daniel at debian.org
Fri Feb 20 15:22:00 UTC 2009


The following commit has been merged in the master branch:
commit 61754ba38fdc39d9393a6ee081e6a661830d3624
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Feb 20 15:40:47 2009 +0100

    Evalualting iso volume before checking their lenght, thanks to Roberto C. Morano <rcmorano at emergya.es>.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 3db6155..598b7c7 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -865,7 +865,7 @@ Check_defaults ()
 		Echo_warning "You have specified a too long string for iso publisher, the maximum lenght is 128 characters."
 	fi
 
-	if [ "$(echo ${LH_ISO_VOLUME} | wc -c)" -ge 33 ]
+	if [ "$(eval "echo ${LH_ISO_VOLUME}" | wc -c)" -ge 33 ]
 	then
 		Echo_warning "You have specified a too long string for iso volume, the maximum lenght is 32 characters."
 	fi

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list