]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relocate.cc
rename from laissez-vibrer-tie.cc. Rename
[lilypond.git] / lily / relocate.cc
index 0d9e9c9a6a08850b1e35e421e29c01c4e160a4a4..aaf8bb4eca48c5ccb2c857109531560ac71655b1 100644 (file)
@@ -69,7 +69,7 @@ prepend_env_path (char const *key, string value)
   if (is_dir (value))
     {
       if (be_verbose_global)
-       progress_indication (_f ("%s=%s\n", key, value.c_str ())); 
+       progress_indication (_f ("%s=%s (prepend)\n", key, value.c_str ())); 
 
       if (char const *cur = getenv (key))
        value += to_string (PATHSEP) + cur;