[Avida-cvs] [avida3-svn] r46 - trunk

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Sun Apr 9 00:41:42 PDT 2006


Author: kaben
Date: 2006-04-09 03:41:42 -0400 (Sun, 09 Apr 2006)
New Revision: 46

Modified:
   trunk/SConstruct
Log:

Made build sys say "Reading options from file..." instead of "Reading
custom options from file". Let's hear it for terseness.



Modified: trunk/SConstruct
===================================================================
--- trunk/SConstruct	2006-04-09 06:37:20 UTC (rev 45)
+++ trunk/SConstruct	2006-04-09 07:41:42 UTC (rev 46)
@@ -90,7 +90,7 @@
 custom_options = ARGUMENTS.get('customOptions', environment.subst('$default_custom_options_filename'))
 if custom_options not in ['None', 'none']:
   options_files.append(custom_options)
-  print "Reading custom options from file '%s' ..." % custom_options
+  print "Reading options from file '%s' ..." % custom_options
 
 # Load command-line arguments into an Options parser.
 #




More information about the Avida-cvs mailing list