[Swift-commit] r7020 - trunk/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Tue Aug 27 23:24:30 CDT 2013


Author: hategan
Date: 2013-08-27 23:24:30 -0500 (Tue, 27 Aug 2013)
New Revision: 7020

Modified:
   trunk/libexec/_swiftwrap
Log:
merged r7019 from 0.94 (fix for bug 1042)

Modified: trunk/libexec/_swiftwrap
===================================================================
--- trunk/libexec/_swiftwrap	2013-08-28 04:12:14 UTC (rev 7019)
+++ trunk/libexec/_swiftwrap	2013-08-28 04:24:30 UTC (rev 7020)
@@ -395,7 +395,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