[Swift-commit] r2857 - in usertools/cio/libexec: falkon zoid

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Apr 14 13:02:23 CDT 2009


Author: aespinosa
Date: 2009-04-14 13:02:23 -0500 (Tue, 14 Apr 2009)
New Revision: 2857

Modified:
   usertools/cio/libexec/falkon/runworker-bgp.sh
   usertools/cio/libexec/zoid/logging-script.sh
Log:
Fixed lurking scripting errors from old falkon builds

Modified: usertools/cio/libexec/falkon/runworker-bgp.sh
===================================================================
--- usertools/cio/libexec/falkon/runworker-bgp.sh	2009-04-14 15:29:35 UTC (rev 2856)
+++ usertools/cio/libexec/falkon/runworker-bgp.sh	2009-04-14 18:02:23 UTC (rev 2857)
@@ -25,7 +25,7 @@
 FALKON_ROOT_PATH=$7
 
          
-                  ln -s /fuse/gpfs1 /gpfs1
+                  #ln -s /fuse/gpfs1 /gpfs1
                   #FALKON_HOME=/gpfs1/falkon/falkon
                   #HOME=/gpfs1/falkon
 

Modified: usertools/cio/libexec/zoid/logging-script.sh
===================================================================
--- usertools/cio/libexec/zoid/logging-script.sh	2009-04-14 15:29:35 UTC (rev 2856)
+++ usertools/cio/libexec/zoid/logging-script.sh	2009-04-14 18:02:23 UTC (rev 2857)
@@ -14,7 +14,7 @@
 # end addition
 
 #startup
-    if [ "${1}" -eq "1" ]; then
+    if [ $1 -eq 1 ]; then
                             
 #ERROR_LOG=/home/falkon/users/error.log
 ERROR_LOG=/dev/null
@@ -91,7 +91,7 @@
 
                    
 #cleanup
-    if [ "${1}" -eq "0" ]; then
+    if [ $1 -eq 0 ]; then
         
         killall -9 java                      
         exit 0




More information about the Swift-commit mailing list