]> git.pld-linux.org Git - packages/lilypond.git/blob - lilypond-sh.patch
- started update to 2.4.1, updated info patch
[packages/lilypond.git] / lilypond-sh.patch
1 --- lilypond-2.4.0/scripts/lilypond-book.py     2004-10-29 20:30:26.000000000 +0000
2 +++ lilypond-2.4.0.new/scripts/lilypond-book.py 2004-11-04 08:42:04.329420488 +0000
3 @@ -717,7 +717,7 @@
4         cmd = r'latex "\nonstopmode \input %s"' % file
5         # Ugh.  (La)TeX writes progress and error messages on stdout
6         # Redirect to stderr
7 -       cmd = '(( %s >&2 ) >&- )' % cmd
8 +       cmd = '( %s  >&2 )' % cmd
9         ly.system (cmd)
10         ly.system ('dvips -Ppdf -u+ec-mftrace.map -u+lilypond.map -E -o %s.eps %s' \
11                    % (file, file))
12 --- lilypond-2.4.0/scripts/lilypond-latex.py    2004-10-10 11:42:06.000000000 +0000
13 +++ lilypond-2.4.0.new/scripts/lilypond-latex.py        2004-11-04 08:42:26.056117528 +0000
14 @@ -446,7 +446,7 @@
15         
16         # Ugh.  (La)TeX writes progress and error messages on stdout
17         # Redirect to stderr
18 -       cmd = '(( %s  >&2 ) >&- )' % cmd
19 +       cmd = '( %s  >&2 )' % cmd
20         status = ly.system (cmd, ignore_error = 1)
21         signal = 0xf & status
22         exit_status = status >> 8
This page took 0.030592 seconds and 3 git commands to generate.