[Swift-commit] r4117 - SwiftApps/SwiftR/Swift/exec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Feb 18 15:59:56 CST 2011
Author: tga
Date: 2011-02-18 15:59:56 -0600 (Fri, 18 Feb 2011)
New Revision: 4117
Modified:
SwiftApps/SwiftR/Swift/exec/start-swift
Log:
Need to stop checking in start-swift with echoing.
Modified: SwiftApps/SwiftR/Swift/exec/start-swift
===================================================================
--- SwiftApps/SwiftR/Swift/exec/start-swift 2011-02-18 21:59:30 UTC (rev 4116)
+++ SwiftApps/SwiftR/Swift/exec/start-swift 2011-02-18 21:59:56 UTC (rev 4117)
@@ -1,6 +1,6 @@
#! /bin/bash
-set -x
+#set -x
export TRAPEVENTS="EXIT 1 2 3 15" # Signals and conditions to trap
More information about the Swift-commit
mailing list