[Swift-commit] r6052 - trunk/libexec
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Sat Nov 17 01:27:25 CST 2012
Author: hategan
Date: 2012-11-17 01:27:24 -0600 (Sat, 17 Nov 2012)
New Revision: 6052
Modified:
trunk/libexec/_swiftwrap
Log:
oops; wrong place to have quotes
Modified: trunk/libexec/_swiftwrap
===================================================================
--- trunk/libexec/_swiftwrap 2012-11-17 07:06:38 UTC (rev 6051)
+++ trunk/libexec/_swiftwrap 2012-11-17 07:27:24 UTC (rev 6052)
@@ -531,7 +531,7 @@
logstate "MOVING_OUTPUTS $OUTF"
- for O in "$OUTF"; do
+ for O in $OUTF ; do
if ! contains SKIPPED_OUTPUT $O ; then
mv "$DIR/$O" "$WFDIR/shared/$O" 2>&1 >& "$INFO"
checkError 254 "Failed to move output file $O to shared directory"
More information about the Swift-commit
mailing list