changeset 5484:430898c7fda2

Oops: add patch for bash.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 20 Aug 2009 14:46:44 +0200
parents 3cc4f9ac707f
children e506118f65a8
files patches/bash-3.2-librestrict.patch
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/bash-3.2-librestrict.patch	Thu Aug 20 14:46:44 2009 +0200
@@ -0,0 +1,12 @@
+--- bash-3.2/shell.c~	2006-05-17 14:46:54.000000000 +0200
++++ bash-3.2/shell.c	2009-08-20 09:01:16.766766827 +0200
+@@ -361,7 +361,9 @@ main (argc, argv, env)
+ #  endif
+ #endif
+ 
++#ifdef CHECK_DEV_TTY /* No good reason.  Hampers librestrict.  */
+   check_dev_tty ();
++#endif
+ 
+ #ifdef __CYGWIN__
+   _cygwin32_check_tmp ();