]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
(setup_paths): don't inspect $PATH for argv0 with
[lilypond.git] / lily / main.cc
index 610510149ae67efe44843c0b9002306209292265..044f3b37b8bf62853920a1958c88f9b7981f90bc 100644 (file)
@@ -304,6 +304,10 @@ prepend_env_path (char const *key, String value)
     {
       if (char const *cur = getenv (key))
        value += to_string (PATHSEP) + cur;
+
+      if (be_verbose_global)
+       progress (_f ("%s=%s", key, value.to_str0 ())); 
+
       return sane_putenv (key, value.to_str0 ());
     }
   else if (be_verbose_global)