[Swift-commit] r5531 - SwiftApps/SciColSim
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Mon Jan 30 17:26:47 CST 2012
Author: wilde
Date: 2012-01-30 17:26:46 -0600 (Mon, 30 Jan 2012)
New Revision: 5531
Modified:
SwiftApps/SciColSim/evolve.sh
Log:
fix typo in shebang line
Modified: SwiftApps/SciColSim/evolve.sh
===================================================================
--- SwiftApps/SciColSim/evolve.sh 2012-01-30 20:51:26 UTC (rev 5530)
+++ SwiftApps/SciColSim/evolve.sh 2012-01-30 23:26:46 UTC (rev 5531)
@@ -1,4 +1,4 @@
-#1 /bin/sh
+#! /bin/sh
datafile=$1
touch multi_loss.data
shift 1
More information about the Swift-commit
mailing list