From cb1dcb55de79ea58f2c6ee3db888f4265625ee48 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:03:17 +0000 Subject: [PATCH] lilypond-0.1.32 --- bin/make-patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make-patch.py b/bin/make-patch.py index 32ae99ae3b..30e870f16c 100644 --- a/bin/make-patch.py +++ b/bin/make-patch.py @@ -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() -- 2.39.5