[Swift-commit] r2577 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Feb 19 04:35:11 CST 2009
Author: benc
Date: 2009-02-19 04:35:10 -0600 (Thu, 19 Feb 2009)
New Revision: 2577
Modified:
trunk/libexec/wrapper.sh
Log:
remove debugging find from wrapper that had been accidentally committed
Modified: trunk/libexec/wrapper.sh
===================================================================
--- trunk/libexec/wrapper.sh 2009-02-18 22:57:00 UTC (rev 2576)
+++ trunk/libexec/wrapper.sh 2009-02-19 10:35:10 UTC (rev 2577)
@@ -259,8 +259,6 @@
"$EXEC" "$@" 1>"$STDOUT" 2>"$STDERR" <"$STDIN"
fi
checkError $? "Exit code $?"
-find . >& "$INFO"
-
else
if [ ! -f "$KICKSTART" ]; then
log "Kickstart executable ($KICKSTART) not found"
More information about the Swift-commit
mailing list