[23547] in Source-Commits
/svn/athena r23189 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Sep 24 14:03:55 2008
Date: Wed, 24 Sep 2008 13:59:02 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200809241759.NAA01367@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-09-24 13:59:01 -0400 (Wed, 24 Sep 2008)
New Revision: 23189
Modified:
trunk/debathena/scripts/installer/install-athena10.sh
Log:
In the Athena 10 installer, rephrase the dev question to be a little
clearer.
Modified: trunk/debathena/scripts/installer/install-athena10.sh
===================================================================
--- trunk/debathena/scripts/installer/install-athena10.sh 2008-09-24 14:59:05 UTC (rev 23188)
+++ trunk/debathena/scripts/installer/install-athena10.sh 2008-09-24 17:59:01 UTC (rev 23189)
@@ -55,7 +55,7 @@
dev=no
echo
-ask "Will this machine be used for Athena 10 development [y/N]? " n
+ask "Will this machine be used to build Debathena packages [y/N]? " n
if [ y = "$answer" ]; then
dev=yes
fi