[Swift-commit] r7019 - branches/release-0.94/libexec
    hategan at ci.uchicago.edu 
    hategan at ci.uchicago.edu
       
    Tue Aug 27 23:12:14 CDT 2013
    
    
  
Author: hategan
Date: 2013-08-27 23:12:14 -0500 (Tue, 27 Aug 2013)
New Revision: 7019
Modified:
   branches/release-0.94/libexec/_swiftwrap
Log:
fixed file named "3" in job dir (bug 1042)
Modified: branches/release-0.94/libexec/_swiftwrap
===================================================================
--- branches/release-0.94/libexec/_swiftwrap	2013-08-28 02:08:45 UTC (rev 7018)
+++ branches/release-0.94/libexec/_swiftwrap	2013-08-28 04:12:14 UTC (rev 7019)
@@ -399,7 +399,7 @@
 
 	logstate "CREATE_INPUTDIR"
 	for D in $DIRS ; do
-		mkdir -p "$DIR/$D" 2>&1 >>"$INFO"
+		mkdir -p "$DIR/$D" 2>&1 >& "$INFO"
 		checkError 254 "Failed to create input directory $D"
 		log "Created output directory: $DIR/$D"
 	done
    
    
More information about the Swift-commit
mailing list