[debian-edu-commits] r79708 - trunk/src/build/CD-administrator

pere at alioth.debian.org pere at alioth.debian.org
Sun Apr 21 20:02:23 UTC 2013


Author: pere
Date: 2013-04-21 20:02:22 +0000 (Sun, 21 Apr 2013)
New Revision: 79708

Modified:
   trunk/src/build/CD-administrator/unwanted-list
Log:
Typo in variable name.

Modified: trunk/src/build/CD-administrator/unwanted-list
===================================================================
--- trunk/src/build/CD-administrator/unwanted-list	2013-04-21 19:17:34 UTC (rev 79707)
+++ trunk/src/build/CD-administrator/unwanted-list	2013-04-21 20:02:22 UTC (rev 79708)
@@ -25,8 +25,8 @@
 
 	make -C $TASKDIR clean >/dev/null
 
-	if [ -e "hintpkgs-$SUITE-unwanted.txt" ] ; then
-	    cat "hintpkgs-$SUITE-unwanted.txt"
+	if [ -e "hintpkgs-$suite-unwanted.txt" ] ; then
+	    cat "hintpkgs-$suite-unwanted.txt"
 	fi
 
 ) > $uwpkg.new




More information about the debian-edu-commits mailing list