<quote who="Alessandro Vesely"> > Hi! > > > 3. $(shell) doesn't work in win98 under command.com. I investigated it a > bit and > found out it is because of the `Path' rather than `PATH' environment > variable. > This doesn't happen for build commands, but at that point I ran out of > spare time > and stopped. Anybody has some pointers on the `Path' vs. `PATH' question? > > As a side effect of that investigation I posted > http://savannah.gnu.org/patch/?func=detailitem&item_id=3747 > I don't think it's worth the hassle of testing it, unless someone > has unknown problems with CreateProcess or CreatePipe in W32. >
Perhaps the easiest solution is to grab the contents of Path, remove Path, then set PATH with the saved contents on startup. Windows doesn't care if it is Path or PATH. Unfortunately getenv is case sensitive. Earnie -- http://www.mingw.org http://sourceforge.net/projects/mingw https://sourceforge.net/donate/index.php?user_id=15438 _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
