pidgin: 03cc2a96: cleaned up the output of the command bei...
grim at pidgin.im
grim at pidgin.im
Tue Oct 27 20:27:23 EDT 2009
-----------------------------------------------------------------
Revision: 03cc2a9636edee3bb1eb9b88cee209cdb6096c7c
Ancestor: 06d40d806cc9b5f6805ebb4297bb18fcbbec1bce
Author: grim at pidgin.im
Date: 2009-10-28T00:19:07
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/03cc2a9636edee3bb1eb9b88cee209cdb6096c7c
Modified files:
autogen.sh
ChangeLog:
cleaned up the output of the command being run in run_or_die
-------------- next part --------------
============================================================
--- autogen.sh e884a445fe82bcd63845c4e7382df6cd278840a2
+++ autogen.sh 55d8588553ae3b3a93b86a1c6d0dec75d68cee01
@@ -83,7 +83,7 @@ run_or_die () { # beotch
OUTPUT=`mktemp autogen-XXXXXX`
- printf "%s" "running ${CMD} ${@}... "
+ printf "running %s %s..." ${CMD} ${@}
${CMD} ${@} >${OUTPUT} 2>&1
if [ $? != 0 ] ; then
More information about the Commits
mailing list