[Swift-commit] r4093 - SwiftApps/SwiftR/Swift/exec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Feb 14 20:06:14 CST 2011


Author: tga
Date: 2011-02-14 20:06:14 -0600 (Mon, 14 Feb 2011)
New Revision: 4093

Modified:
   SwiftApps/SwiftR/Swift/exec/start-swift
Log:
Removed debug flag in script, added by acciedent
`


Modified: SwiftApps/SwiftR/Swift/exec/start-swift
===================================================================
--- SwiftApps/SwiftR/Swift/exec/start-swift	2011-02-14 23:11:25 UTC (rev 4092)
+++ SwiftApps/SwiftR/Swift/exec/start-swift	2011-02-15 02:06:14 UTC (rev 4093)
@@ -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