> Anyway, I think the code that searches for cygpath.exe in the path > should not belong to GNUstep.sh, since looking through the whole path can > take some time and this script is run every time I log in.
Good point - I moved the code that searches for cygpath so that it's only executed if cygpath is to be used (the code is still inside GNUstep.sh, just inside the appropriate if). That should make sure it's never executed on your (or my) machine. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
