[Swift-commit] r2545 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Feb 15 18:02:53 CST 2009


Author: benc
Date: 2009-02-15 18:02:52 -0600 (Sun, 15 Feb 2009)
New Revision: 2545

Modified:
   trunk/libexec/seq.sh
Log:
seq.sh was logging the incorrect information for the command to execute

Modified: trunk/libexec/seq.sh
===================================================================
--- trunk/libexec/seq.sh	2009-02-16 00:02:19 UTC (rev 2544)
+++ trunk/libexec/seq.sh	2009-02-16 00:02:52 UTC (rev 2545)
@@ -38,7 +38,7 @@
 		ARG="$1"
 		shift
 	done
-	echo `date +%s` EXECUTING $EXEC $ARG >> $WRAPPERLOG
+	echo `date +%s` EXECUTING $EXEC ${ARGS[@]} >> $WRAPPERLOG
 	"$EXEC" "${ARGS[@]}"
 	EXITCODE=$?
 	echo `date +%s` EXECUTED $EXITCODE >> $WRAPPERLOG




More information about the Swift-commit mailing list