]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/main.cc (dir_info): Fixed typo in the printouts.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 1 Nov 2004 10:36:59 +0000 (10:36 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 1 Nov 2004 10:36:59 +0000 (10:36 +0000)
ChangeLog
lily/main.cc

index 5fcc0f891520b45025bdc8177b3a1582dc233bf6..6346011e1a5eba423e1145584315516dec110da2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/main.cc (dir_info): Fixed typo in the printouts.
+
 2004-11-01  Werner Lemberg  <wl@gnu.org>
 
        * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
index 46dcf7e9792954c79cdaf8be454868388fb6639c..437100dc392126260cdc8ecc6fe7d13ff46f6052 100644 (file)
@@ -154,7 +154,7 @@ dir_info (FILE *out)
 {
   fputs ("\n", out);
   fprintf (out, "LILYPOND_DATADIR=\"%s\"\n", LILYPOND_DATADIR);
-  fprintf (out, "LOCAL_LILYPOND_DATADIR=\%s\"\n", LOCAL_LILYPOND_DATADIR);
+  fprintf (out, "LOCAL_LILYPOND_DATADIR=\"\%s\"\n", LOCAL_LILYPOND_DATADIR);
   fprintf (out, "LOCALEDIR=\"%s\"\n", LOCALEDIR);
 
   char *lilypond_prefix = getenv ("LILYPONDPREFIX");