components/bash/patches/solaris-022.bash.sighup.patch
changeset 5518 c47fe0edc204
parent 3871 ddf9e355ac16
equal deleted inserted replaced
5517:7758049098f4 5518:c47fe0edc204
     1 # Internal patch. Upstream will not accept it.
     1 # Internal patch. Solaris-specific. Upstream will not accept it.
     2 # If read EOF on a non-blank line do not interpret as a NL.
     2 # If read EOF on a non-blank line do not interpret as a NL.
     3 # Clear the readline buffers and return eof_found.
     3 # Clear the readline buffers and return eof_found.
     4 --- lib/readline/readline.c	2009-08-31 05:45:31.000000000 -0700
     4 --- lib/readline/readline.c	2009-08-31 05:45:31.000000000 -0700
     5 +++ lib/readline/readline.c	2015-02-18 11:10:55.652803033 -0800
     5 +++ lib/readline/readline.c	2015-02-18 11:10:55.652803033 -0800
     6 @@ -533,7 +533,15 @@
     6 @@ -533,7 +533,15 @@