]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/book_latex.py
lilypond-book: Typo in setting environment variable.
[lilypond.git] / python / book_latex.py
index 398d88c42c229b728edf9e81866934bf075758c4..591de34eea79f470d1594b8fd8cd7c627ffe2b1e 100644 (file)
@@ -189,7 +189,7 @@ def get_latex_textwidth (source, global_options):
     cmd = '%s %s' % (global_options.latex_program, tmpfile);
     ly.debug_output ("Executing: %s\n" % cmd);
     run_env = os.environ.copy()
-    run_env['LC_ALL:'] = 'C'
+    run_env['LC_ALL'] = 'C'
 
     ### unknown why this is necessary
     universal_newlines = True