Mail Archives: djgpp-workers/2000/07/16/06:58:05
I've found the responsible change between betas:
diff -u -r -N bash-2.04.old/lib/dos/dosutil.c bash-2.04.new/lib/dos/dosutil.c
--- bash-2.04.old/lib/dos/dosutil.c Tue May 30 23:58:50 2000
+++ bash-2.04.new/lib/dos/dosutil.c Fri Jun 2 00:36:06 2000
@@ -54,6 +54,12 @@
NULL,
};
+static void dummy(void)
+{
+ __dosexec_find_on_path (0,0,0);
+ __libc_termios_init();
+}
+
char *
dosutil_maybe_encode_drivename (char *path)
{
Just apply this patch to old beta and the problem vanishes. But it
still leaves a lot of room for thinking, why?
Laurynas
- Raw text -