]> git.lyx.org Git - lyx.git/blobdiff - development/cygwin/lyxwin.c
Customization: correct some color names.
[lyx.git] / development / cygwin / lyxwin.c
index bae25279ab5d8401ac00e89a4a4a98f83f18916b..d1ac5bf0fe627473ee37e6b21b70e53c8600659f 100644 (file)
@@ -74,7 +74,7 @@ int main (int argc, char **argv, char **environ)
 
        /* fprintf(stderr , "Command is: |%s|\n", cmd); */
        /* ensure bash reads our global env changes */
-       putenv("BASH_ENV=/etc/lyxprofile") ;
+       putenv("BASH_ENV=" LYX_ABS_INSTALLED_DATADIR "/lyxprofile") ;
        /* exec sub command */
        spawnv(_P_NOWAIT, "/bin/bash", nargs);
        /* exit with no error */