]> git.donarmstrong.com Git - lilypond.git/commitdiff
(setup_paths): don't inspect $PATH for argv0 with
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Dec 2005 01:07:16 +0000 (01:07 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 Dec 2005 01:07:16 +0000 (01:07 +0000)
slashes.
(prepend_env_path): more verbosity.

lily/main.cc

index 044f3b37b8bf62853920a1958c88f9b7981f90bc..bcae55d5ee482fe7756c7e0f6250c685463e6402 100644 (file)
@@ -306,7 +306,7 @@ prepend_env_path (char const *key, String value)
        value += to_string (PATHSEP) + cur;
 
       if (be_verbose_global)
-       progress (_f ("%s=%s", key, value.to_str0 ())); 
+       progress_indication (_f ("%s=%s", key, value.to_str0 ())); 
 
       return sane_putenv (key, value.to_str0 ());
     }