summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-aux/cccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/cccl b/build-aux/cccl
index b1828059c..2a4dccc52 100644
--- a/build-aux/cccl
+++ b/build-aux/cccl
@@ -202,6 +202,8 @@ else
opts=$linkopt
fi
-echo "$prog $opts"
+if test x$V = x1 ; then
+ echo "$prog $opts"
+fi
exec $prog $opts
exit 0