Signed-off-by: Yann Dirson <ydirson@xxxxxxxxxx> --- contrib/stg-sink | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/stg-sink b/contrib/stg-sink index e63eb93..cb6e25d 100755 --- a/contrib/stg-sink +++ b/contrib/stg-sink @@ -3,7 +3,7 @@ use strict; use warnings; sub _run { - print(' >> ', @_, "\n");# and 0; + #print(' >> ', @_, "\n");# and 0; system(@_); } - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html