You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libxmlbird/files/libxmlbird-1.2.0-verbose.patch

11 lines
271 B

--- a/scripts/run.py
+++ b/scripts/run.py
@@ -20,6 +20,7 @@ import subprocess
def run(cmd):
cmd = "sh -c \"" + cmd.replace ("\"", "\\\"") + "\""
+ print(cmd)
process = subprocess.Popen (cmd, shell=True)
process.communicate()[0]
if not process.returncode == 0: