]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 May 2008 03:28:13 +0000 (00:28 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 May 2008 03:28:13 +0000 (00:28 -0300)
scripts/lilypond-book.py

index b9b3c67b7d4546c4bbf6a40fa0610ae416d59795..c5223a1ab19f5d76bbf3a22ae50ff30588fa7a2f 100644 (file)
@@ -1933,8 +1933,8 @@ def main ():
     if global_options.process_cmd:
         includes = global_options.include_path
         if global_options.lily_output_dir:
-            includes = [os.path.abspath(global_options.lily_output_dir] + includes
-        global_options.process_cmd += ' '.join ([(' -I %s' % ly.mkarg (p))
+            includes = [os.path.abspath(global_options.lily_output_dir)] + includes
+        global_options.process_cmd += ' '.join ([' -I %s' % ly.mkarg (p)
                                                  for p in includes])
 
     if global_options.format in (TEXINFO, LATEX):