From: Richard W.M. Jones <rjones@redhat.com>
Date: Sat, 10 May 2014 14:32:10 +0000 (+0100)
Subject: run: No need to echo the command we are going to run.
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=a44a7182be648f5d979342df621d9943fe07a71f;p=mclu.git

run: No need to echo the command we are going to run.
---

diff --git a/run.in b/run.in
index 7954b50..6394ac1 100644
--- 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 "$@"