[Swift-commit] r5709 - SwiftApps/SciColSim

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Mar 12 15:46:29 CDT 2012


Author: wozniak
Date: 2012-03-12 15:46:29 -0500 (Mon, 12 Mar 2012)
New Revision: 5709

Modified:
   SwiftApps/SciColSim/evolve.sh
Log:
Currently, sh is not bash on Ubuntu


Modified: SwiftApps/SciColSim/evolve.sh
===================================================================
--- SwiftApps/SciColSim/evolve.sh	2012-03-12 19:18:12 UTC (rev 5708)
+++ SwiftApps/SciColSim/evolve.sh	2012-03-12 20:46:29 UTC (rev 5709)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 datafile=$1
 touch multi_loss.data
 shift 1




More information about the Swift-commit mailing list