run: No need to echo the command we are going to run.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 10 May 2014 14:32:10 +0000 (15:32 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 10 May 2014 14:32:10 +0000 (15:32 +0100)
run.in

diff --git a/run.in b/run.in
index 7954b50..6394ac1 100644 (file)
--- a/run.in
+++ b/run.in
@@ -18,5 +18,5 @@
 
 b=@abs_top_builddir@
 
-echo $b/mclu.py -f $b/mclu.conf "$@"
+#echo $b/mclu.py -f $b/mclu.conf "$@"
 exec $b/mclu.py -f $b/mclu.conf "$@"