From 56a42791a33e16ab52a02bc22be67390e6a9d34e Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 15 Jul 2002 03:48:52 +0000 Subject: * dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case. * exceptions.cc (error_start_init): Use the name derived from GetModuleName rather than myself->progname. --- winsup/cygwin/dcrt0.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/dcrt0.cc') diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index da3b5d52f..26e70b22e 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -810,6 +810,8 @@ initial_env () { char buf1[MAX_PATH + 1]; len = GetModuleFileName (NULL, buf1, MAX_PATH); + strlwr (buf1); + strlwr (buf); char *p = strchr (buf, '='); if (!p) p = (char *) "gdb.exe -nw"; -- cgit v1.2.3