[Swift-commit] r8276 - SwiftApps/subjobs

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Tue Oct 21 10:26:49 CDT 2014


Author: ketan
Date: 2014-10-21 10:26:49 -0500 (Tue, 21 Oct 2014)
New Revision: 8276

Modified:
   SwiftApps/subjobs/bg.sh
Log:
fix syntax error in bg

Modified: SwiftApps/subjobs/bg.sh
===================================================================
--- SwiftApps/subjobs/bg.sh	2014-10-21 14:16:58 UTC (rev 8275)
+++ SwiftApps/subjobs/bg.sh	2014-10-21 15:26:49 UTC (rev 8276)
@@ -4,7 +4,7 @@
 #export PATH=/soft/cobalt/cetus/bgq_hardware_mapper:$PATH
 # Note: This path is for Mira or Vesta
 
-mname = $(hostname)
+mname=$(hostname)
 
 if [[ $mname == *vesta* || $mname == *mira* ]]
 then




More information about the Swift-commit mailing list