# HG changeset patch # User Jan Nieuwenhuizen # Date 1250772404 -7200 # Node ID 430898c7fda24213ab5cebe0c37b956d3000dcb4 # Parent 3cc4f9ac707f78bd9fbd33484e245f0fe2e9a7ba Oops: add patch for bash. diff -r 3cc4f9ac707f -r 430898c7fda2 patches/bash-3.2-librestrict.patch --- /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 ();