[Debian-live-changes] r2263 - dists/trunk/live-helper/functions

daniel at alioth.debian.org daniel at alioth.debian.org
Wed Jun 27 21:20:10 UTC 2007


Author: daniel
Date: 2007-06-27 21:20:10 +0000 (Wed, 27 Jun 2007)
New Revision: 2263

Modified:
   dists/trunk/live-helper/functions/architecture.sh
Log:


Modified: dists/trunk/live-helper/functions/architecture.sh
===================================================================
--- dists/trunk/live-helper/functions/architecture.sh	2007-06-27 20:13:29 UTC (rev 2262)
+++ dists/trunk/live-helper/functions/architecture.sh	2007-06-27 21:20:10 UTC (rev 2263)
@@ -16,7 +16,7 @@
 
 	for ARCHITECTURE in ${ARCHITECUTRES}
 	do
-		if [ "${ARCHITECTURE}" = "${ARCHITECTURES}" ]
+		if [ "${ARCHITECTURE}" = "${LIVE_ARCHITECTURE}" ]
 		then
 			VALID="true"
 			break




More information about the Debian-live-changes mailing list