Mail Archives: cygwin-developers/1998/11/03/00:32:34
CYGWIN enviroment variable can't be handled correctly in B20.
--- environ.cc- Sat Oct 24 10:29:01 1998
+++ environ.cc Tue Nov 03 17:00:00 1998
@@ -498,7 +498,7 @@
if (!myself->parent_alive)
ucenv (newp, eq);
if (strncmp (newp, "CYGWIN=", 7) == 0)
- parse_options (newp + 9);
+ parse_options (newp + 7);
if (strncmp (newp, "STRACE=", 7) == 0)
parse_options (newp);
if (*eq)
____
| AIST Kazuhiro Fujieda <fujieda AT jaist DOT ac DOT jp>
| HOKURIKU School of Information Science
o_/ 1990 Japan Advanced Institute of Science and Technology
- Raw text -