Change 11412 by nick@camel-linux on 2001/07/19 06:44:27

        Integrate win32/perlhost.h from maintenance branch.
        (Rest of $ENV{PATH} / system() fix.)

Affected files ...

... //depot/perl/win32/perlhost.h#39 integrate

Differences ...

==== //depot/perl/win32/perlhost.h#39 (text) ====
Index: perl/win32/perlhost.h
--- perl/win32/perlhost.h.~1~   Thu Jul 19 01:00:05 2001
+++ perl/win32/perlhost.h       Thu Jul 19 01:00:05 2001
@@ -2358,7 +2358,7 @@
     dTHXo;
     if (w32_pseudo_id) {
        char *pEnv = Find(varname);
-       if (pEnv && !*pEnv)
+       if (pEnv && *pEnv)
            return pEnv;
     }
     return win32_getenv(varname);
End of Patch.

Reply via email to