]> git.pld-linux.org Git - packages/lilypond.git/commitdiff
- more POSIX sh syntax fixes
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Nov 2004 15:31:26 +0000 (15:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lilypond-sh.patch -> 1.4

lilypond-sh.patch

index 72ce2dccf8376315d6c2c4cf2eab34c928a331e5..3e696a7fe661a19363390d3f2e36fafa6d85df90 100644 (file)
        status = ly.system (cmd, ignore_error = 1)
        signal = 0xf & status
        exit_status = status >> 8
+--- lilypond-2.4.1/scm/framework-tex.scm.orig  2004-11-04 17:46:44.000000000 +0100
++++ lilypond-2.4.1/scm/framework-tex.scm       2004-11-06 16:22:41.984470864 +0100
+@@ -288,7 +288,7 @@
+                            (if (ly:get-option 'verbose)
+                                " "
+-                               " 2>&1 1>& /dev/null "))))
++                               " 2>&1 1>/dev/null "))))
+     (if (ly:get-option 'verbose)
+       (begin 
+@@ -312,7 +312,7 @@
+              "latex \\\\nonstopmode \\\\input " name
+              (if (ly:get-option 'verbose)
+                  " "
+-                 " 2>&1 1>& /dev/null "))))
++                 " 2>&1 1>/dev/null "))))
+     (setenv "extra_mem_top" (number->string (max curr-extra-mem 1024000)))
+     (if (ly:get-option 'verbose)
+       (begin 
This page took 0.136125 seconds and 4 git commands to generate.