[24278] in Source-Commits
/svn/athena r23876 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (andrew m. boardman)
Fri Jun 19 01:19:40 2009
X-Barracuda-Envelope-From: amb@mit.edu
Date: Fri, 19 Jun 2009 01:19:28 -0400
From: "andrew m. boardman" <amb@MIT.EDU>
Message-Id: <200906190519.n5J5JSLn022286@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: amb
Date: 2009-06-19 01:19:28 -0400 (Fri, 19 Jun 2009)
New Revision: 23876
Modified:
trunk/debathena/scripts/installer/install-debathena.sh
Log:
Fix variable name typo in the conditional that preseeds the Sun license acceptance.
Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh 2009-06-18 22:03:11 UTC (rev 23875)
+++ trunk/debathena/scripts/installer/install-debathena.sh 2009-06-19 05:19:28 UTC (rev 23876)
@@ -98,7 +98,7 @@
csoft=yes
fi
fi
-if [ yes = "$csost" ]; then
+if [ yes = "$csoft" ]; then
# Preseed an answer to the java license query, which license was already accepted
# at install time:
echo "sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true" |debconf-set-selections