]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - bash/patches/bash-2.05b-readline-oom.patch
bash: Update to 4.4
[ipfire-3.x.git] / bash / patches / bash-2.05b-readline-oom.patch
diff --git a/bash/patches/bash-2.05b-readline-oom.patch b/bash/patches/bash-2.05b-readline-oom.patch
deleted file mode 100644 (file)
index f25d780..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- bash-2.05b/lib/readline/readline.c.oom     2002-03-13 23:10:46.000000000 +0100
-+++ bash-2.05b/lib/readline/readline.c 2002-08-07 12:02:04.000000000 +0200
-@@ -817,7 +817,7 @@
-         /* Special case rl_do_lowercase_version (). */
-         if (func == rl_do_lowercase_version)
-           /* Should we do anything special if key == ANYOTHERKEY? */
--          return (_rl_dispatch (_rl_to_lower (key), map));
-+          return (_rl_dispatch (_rl_to_lower ((unsigned char)key), map));
-         rl_executing_keymap = map;
-         rl_executing_key = key;