Searched defs:new_path (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dmain.cpp563 gchar *new_path; local
566 new_path = g_strdup_printf("%s;%s;%s;%s;%s", exe, python, scripts, perl, path);
568 new_path = g_strdup_printf("%s;%s;%s;%s", exe, python, scripts, perl);
578 g_setenv("PATH", new_path, TRUE);
610 g_free(new_path);

Completed in 30 milliseconds