cleaned up the output of the command being run in run_or_die

Wed, 28 Oct 2009 00:19:07 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Wed, 28 Oct 2009 00:19:07 +0000
changeset 28773
0c54e63c7623
parent 28772
ea551490c6cf
child 28774
cade0d71a975

cleaned up the output of the command being run in run_or_die

autogen.sh file | annotate | diff | comparison | revisions
--- a/autogen.sh	Wed Oct 28 00:17:47 2009 +0000
+++ b/autogen.sh	Wed Oct 28 00:19:07 2009 +0000
@@ -83,7 +83,7 @@
 
 	OUTPUT=`mktemp autogen-XXXXXX`
 
-	printf "%s" "running ${CMD} ${@}... "
+	printf "running %s %s..." ${CMD} ${@}
 	${CMD} ${@} >${OUTPUT} 2>&1
 
 	if [ $? != 0 ] ; then

mercurial