git.annexia.org
/
mclu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84512d6
)
run: No need to echo the command we are going to run.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 10 May 2014 14:32:10 +0000
(15:32 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 10 May 2014 14:32:10 +0000
(15:32 +0100)
run.in
patch
|
blob
|
history
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 "$@"