Add bash 2.05b

This commit is contained in:
fosslinux 2021-01-15 12:19:43 +11:00
parent e0d72a85b2
commit c1454a5db6
12 changed files with 293 additions and 2 deletions

View file

@ -0,0 +1,13 @@
diff --git lib/sh/snprintf.c lib/sh/snprintf.c
index 7669576..747aeba 100644
--- lib/sh/snprintf.c
+++ lib/sh/snprintf.c
@@ -376,7 +376,7 @@ static void xfree __P((void *));
if ((p)->flags & PF_STAR_P) \
(p)->precision = GETARG (int)
-#if defined (HAVE_LOCALE_H)
+#if 0
# define GETLOCALEDATA(d, t, g) \
do \
{ \