[Swift-commit] r5638 - SwiftApps/SciColSim
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Thu Feb 16 14:22:37 CST 2012
Author: jonmon
Date: 2012-02-16 14:22:37 -0600 (Thu, 16 Feb 2012)
New Revision: 5638
Modified:
SwiftApps/SciColSim/swiftopt.sh
Log:
o swiftopt.sh
-- Fixed ABOUT file output
Modified: SwiftApps/SciColSim/swiftopt.sh
===================================================================
--- SwiftApps/SciColSim/swiftopt.sh 2012-02-16 20:12:04 UTC (rev 5637)
+++ SwiftApps/SciColSim/swiftopt.sh 2012-02-16 20:22:37 UTC (rev 5638)
@@ -124,9 +124,9 @@
SWIFT_HOME=../swift/bin ../swift/bin/gensites -p ../conf/$execsite.cf ../conf/$execsite.xml > $execsite.xml
fi
-echo "Run dir=$rundir" > ABOUT
-echo "Work dir=$WORK" > ABOUT
-echo "Total jobs=$toal_jobs" > ABOUT
+echo "Run dir=$rundir" >> ABOUT
+echo "Work dir=$WORK" >> ABOUT
+echo "Total jobs=$total_jobs" >> ABOUT
if [ _$dryrun != _ ]; then
exit 0
More information about the Swift-commit
mailing list