]> git.donarmstrong.com Git - lilypond.git/commitdiff
* cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 3 Dec 2004 17:35:24 +0000 (17:35 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 3 Dec 2004 17:35:24 +0000 (17:35 +0000)
ChangeLog
cygwin/lily-wins.py

index a4f9985cee109fc611a4740e7a8d3ffbfbf5baa4..8a63e5638462bd1ceeb1c4edf176017f8eaebb7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
+
 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
 
        * ly/dynamic-scripts-init.ly: Fixed typo.
index 06d22595e54c277e53bf101dac4f405bfe1f104b..233e22a8b024be5b45de101e76bd95661039baec 100644 (file)
@@ -113,7 +113,7 @@ script = '/usr/bin/lilypond'
 if os.path.exists ('/usr/bin/ly2dvi'):
        script = '/usr/bin/ly2dvi'
 
-stat = system ('%s -p %s > %s.log 2>&1' % (script, escape_shell (base),
+stat = system ('%s %s > %s.log 2>&1' % (script, escape_shell (base),
                                    escape_shell (stem)))
 
 if not os.path.exists (pdffile):