[Swift-commit] r4236 - trunk/bin

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Thu Mar 31 22:12:09 CDT 2011


Author: jonmon
Date: 2011-03-31 22:12:09 -0500 (Thu, 31 Mar 2011)
New Revision: 4236

Modified:
   trunk/bin/gensites
Log:
o gensites
  -- Fixed problem where it was not parsing the slot variable out of the properties file


Modified: trunk/bin/gensites
===================================================================
--- trunk/bin/gensites	2011-04-01 02:43:13 UTC (rev 4235)
+++ trunk/bin/gensites	2011-04-01 03:12:09 UTC (rev 4236)
@@ -169,6 +169,9 @@
       "#site $TEMPLATE n_max="*|'#site n_max='*)
          MAXTIME=`get_value $line`
          ;;
+      "#site $TEMPLATE slots="*|'#site slots='*)
+         SLOTS=`get_value $line`
+         ;;
    esac
 done < $PROPERTIES_FILE
 




More information about the Swift-commit mailing list