[Swift-commit] r4118 - SwiftApps/SwiftR/Swift/exec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Feb 18 16:50:16 CST 2011
Author: tga
Date: 2011-02-18 16:50:16 -0600 (Fri, 18 Feb 2011)
New Revision: 4118
Modified:
SwiftApps/SwiftR/Swift/exec/start-swift
Log:
Added in cleanup code on some exit branches previously missing it.
Modified: SwiftApps/SwiftR/Swift/exec/start-swift
===================================================================
--- SwiftApps/SwiftR/Swift/exec/start-swift 2011-02-18 21:59:56 UTC (rev 4117)
+++ SwiftApps/SwiftR/Swift/exec/start-swift 2011-02-18 22:50:16 UTC (rev 4118)
@@ -28,6 +28,8 @@
if [ "_$uriline" = _ ]; then
echo "$0: No passive state message from Swift - exiting."
+ stdcleanup_start
+ stdcleanup_end
exit 1
fi
@@ -119,6 +121,8 @@
if [ _$GLOBUS_HOSTNAME = _ ]; then
echo GLOBUS_HOSTNAME must be set to worker-reachable address of submit host for pbsf server mode.
usage
+ stdcleanup_start
+ stdcleanup_end
exit 1
fi
if [ $queue != NONE ]; then
More information about the Swift-commit
mailing list