Imported from ../bash-2.01.tar.gz.

This commit is contained in:
Jari Aalto 1997-06-05 14:59:13 +00:00
commit d166f04881
304 changed files with 14702 additions and 13012 deletions

View file

@ -19,8 +19,7 @@
#include "config.h"
#include <stdio.h>
#include <sys/types.h>
#include "bashtypes.h"
#include <fcntl.h>
#if defined (HAVE_UNISTD_H)
@ -35,6 +34,8 @@
# endif
#endif
#include <stdio.h>
#include <errno.h>
#if !defined (errno)
extern int errno;
@ -234,7 +235,7 @@ programming_error (format, va_alist)
}
#endif
fprintf (stderr, "Tell %s to fix this someday.\n", the_current_maintainer);
fprintf (stderr, "Report this to %s\n", the_current_maintainer);
fprintf (stderr, "Stopping myself...");
fflush (stderr);