[Swift-commit] r6464 - demo/cray/bin

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Wed Apr 17 14:28:47 CDT 2013


Author: wozniak
Date: 2013-04-17 14:28:47 -0500 (Wed, 17 Apr 2013)
New Revision: 6464

Modified:
   demo/cray/bin/random5.sh
Log:
This script requires bash (sh is not bash on Ubuntu)


Modified: demo/cray/bin/random5.sh
===================================================================
--- demo/cray/bin/random5.sh	2013-04-17 19:28:45 UTC (rev 6463)
+++ demo/cray/bin/random5.sh	2013-04-17 19:28:47 UTC (rev 6464)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 runtime=${1:-0}
 range=$2




More information about the Swift-commit mailing list