changeset 5799:2bb602e1892c

Oops, run the right escape.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Wed, 14 Oct 2009 20:31:25 +0200
parents fdd7ec0c5948
children c85e698894a8
files gub/specs/lilypond-ancient.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond-ancient.py	Wed Oct 14 20:34:31 2009 +0200
+++ b/gub/specs/lilypond-ancient.py	Wed Oct 14 20:31:25 2009 +0200
@@ -184,7 +184,7 @@
             loggedos.file_sub (logger,
                                [(r'(^|[^#])(#)(t|f)( |$)',r'\1\2\2\3\4')],
                                full_name)
-        self.map_find_files (escape, '%(srcdir)s/ly', '.*[.]ly')
+        self.map_find_files (escape2, '%(srcdir)s/ly', '.*[.]ly')
     def configure (self):
         lilypond.LilyPond__simple.configure (self)
         builddir = self.expand ('%(builddir)s')