[Swift-commit] r3186 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sat Oct 31 14:06:57 CDT 2009
Author: hategan
Date: 2009-10-31 14:06:57 -0500 (Sat, 31 Oct 2009)
New Revision: 3186
Modified:
trunk/libexec/_swiftwrap
Log:
fixed info stageout issue
Modified: trunk/libexec/_swiftwrap
===================================================================
--- trunk/libexec/_swiftwrap 2009-10-31 00:48:42 UTC (rev 3185)
+++ trunk/libexec/_swiftwrap 2009-10-31 19:06:57 UTC (rev 3186)
@@ -381,6 +381,7 @@
closeinfo
if [ "X$PROGRESSIVE_INFO" == "X" ] && [ "X$SCRATCH" != "X" ]; then
+ mkdir -p "$WFDIR/info/$JOBDIR"
mv "$INFODIR/${ID}-info" "$WFDIR/info/$JOBDIR/${ID}-info"
fi
More information about the Swift-commit
mailing list