From a44a7182be648f5d979342df621d9943fe07a71f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 10 May 2014 15:32:10 +0100 Subject: [PATCH] run: No need to echo the command we are going to run. --- run.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 1.8.3.1