[Swift-commit] r3208 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sun Jan 24 17:54:54 CST 2010
Author: hategan
Date: 2010-01-24 17:54:54 -0600 (Sun, 24 Jan 2010)
New Revision: 3208
Modified:
trunk/libexec/_swiftwrap.staging
Log:
put failure message in stderr if status mode is set to provider
Modified: trunk/libexec/_swiftwrap.staging
===================================================================
--- trunk/libexec/_swiftwrap.staging 2010-01-23 06:53:13 UTC (rev 3207)
+++ trunk/libexec/_swiftwrap.staging 2010-01-24 23:54:54 UTC (rev 3208)
@@ -57,6 +57,9 @@
if [ "$STATUSMODE" = "files" ]; then
exit 0
else
+ if [ "X$STDERR" != "X" ]; then
+ echo "$@" >>$STDER
+ fi
exit $EC
fi
}
More information about the Swift-commit
mailing list