From: Mats Bengtsson Date: Fri, 3 Dec 2004 17:35:24 +0000 (+0000) Subject: * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond. X-Git-Tag: release/2.4.6~46 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f75ae1a44d22613088fa6c6443103701a7fe0180;p=lilypond.git * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond. --- diff --git a/ChangeLog b/ChangeLog index a4f9985cee..8a63e56384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-03 Mats Bengtsson + + * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond. + 2004-11-22 Erik Sandberg * ly/dynamic-scripts-init.ly: Fixed typo. diff --git a/cygwin/lily-wins.py b/cygwin/lily-wins.py index 06d22595e5..233e22a8b0 100644 --- a/cygwin/lily-wins.py +++ b/cygwin/lily-wins.py @@ -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):