[Swift-commit] r3181 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Oct 27 13:52:16 CDT 2009


Author: hategan
Date: 2009-10-27 13:52:15 -0500 (Tue, 27 Oct 2009)
New Revision: 3181

Modified:
   trunk/libexec/_swiftwrap
Log:
bug

Modified: trunk/libexec/_swiftwrap
===================================================================
--- trunk/libexec/_swiftwrap	2009-10-26 20:48:31 UTC (rev 3180)
+++ trunk/libexec/_swiftwrap	2009-10-27 18:52:15 UTC (rev 3181)
@@ -222,7 +222,7 @@
 	mkdir -p $WFDIR/status/$JOBDIR
 fi
 
-if [ "$WFDIR" != "$SCRATCH" ]; then
+if [ "X$SCRATCH" != "X" ]; then
   log "Job directory mode is: local copy"
   DIR=$SCRATCH/$JOBDIR/$ID
   COPYNOTLINK=1




More information about the Swift-commit mailing list