From 743e8331b5d591bb4d6ef13ef4a9dfff5bb92d46 Mon Sep 17 00:00:00 2001 From: IgorKlopov Date: Sun, 7 Dec 2014 18:42:59 +0300 Subject: [PATCH] Helps troubleshooting --- script/lib/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/lib/util.py b/script/lib/util.py index 83c3e05148b4..9734005ddb14 100644 --- a/script/lib/util.py +++ b/script/lib/util.py @@ -132,6 +132,8 @@ def safe_mkdir(path): def execute(argv): + if verbose_mode: + print ' '.join(argv) try: output = subprocess.check_output(argv, stderr=subprocess.STDOUT) if verbose_mode: