Add a bit more debug output to scripts
python sh eats up stdout by default (and returns it). For various complex commands, where we don't use the stdout in the code it would be better to have their output on the console for diagnostics if things go wrong.
Signed-off-by: Sjoerd Simons sjoerd.simons@collabora.co.uk