]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.32
authorfred <fred>
Sun, 24 Mar 2002 20:03:17 +0000 (20:03 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:03:17 +0000 (20:03 +0000)
bin/make-patch.py

index 32ae99ae3ba573523898a7514ec3d464a3f23310..30e870f16cd6a42302a51ad76d14f59b4c7b8796 100644 (file)
@@ -33,7 +33,7 @@ def untar(fn):
 #   os.system ('tar xzf ' + fn)
 #   sys.stderr.write('\n')
 # ugh, even this does not work, but one error message less :-)
-    os.system ('gzip -dc ' + fn + '| tar xf - ')
+    os.system ('gzip --quiet -dc ' + fn + '| tar xf - ')
 # so print soothing message:
     sys.stderr.write('make-patch:ugh: Please ignore error: gzip: stdout: Broken pipe\n');
     sys.stderr.flush()