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

pere at alioth.debian.org pere at alioth.debian.org
Fri Apr 24 09:39:48 UTC 2015


Author: pere
Date: 2015-04-24 09:39:48 +0000 (Fri, 24 Apr 2015)
New Revision: 86196

Modified:
   trunk/src/build/CD-administrator/build.sh
Log:
Fix typo in build.sh.

Modified: trunk/src/build/CD-administrator/build.sh
===================================================================
--- trunk/src/build/CD-administrator/build.sh	2015-04-24 09:29:56 UTC (rev 86195)
+++ trunk/src/build/CD-administrator/build.sh	2015-04-24 09:39:48 UTC (rev 86196)
@@ -33,7 +33,7 @@
 
 cleanup () {
 	set +e # Make sure we try to clean up as much as possible, even if there are errors.
-	if [ -e $pidfile ] ; ten
+	if [ -e $pidfile ] ; then
 	    echo "error: CD build exited unexpectedly."
 	    echo "last log entries:"
 	    tail -f $logfile




More information about the debian-edu-commits mailing list