diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2001-11-21 01:40:39 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2001-11-21 01:40:39 +0000 |
commit | 452e62785450caf063cd7d66bf73cb913ad7a7f3 (patch) | |
tree | d87a5b19f40ec26ff39a671306d0ca4ce274895e /shells/bash/files/patch-doc_bash.1 | |
parent | Add a patch so a2ps doesn't bomb out if the machine it is called from has (diff) |
* Update to 2.05a.
* Split failglob patch into per-file patches.
Reviewed by: obrien
Notes
Notes:
svn path=/head/; revision=50311
Diffstat (limited to 'shells/bash/files/patch-doc_bash.1')
-rw-r--r-- | shells/bash/files/patch-doc_bash.1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/bash/files/patch-doc_bash.1 b/shells/bash/files/patch-doc_bash.1 new file mode 100644 index 000000000000..fc26ea10be05 --- /dev/null +++ b/shells/bash/files/patch-doc_bash.1 @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- doc/bash.1.orig Tue Nov 13 18:55:59 2001 ++++ doc/bash.1 Tue Nov 20 23:52:45 2001 +@@ -2473,6 +2473,10 @@ + .B nullglob + option is set, and no matches are found, + the word is removed. ++If the ++.B failglob ++option is set, and no matches are found, an error message is printed ++and the command is not executed. + If the shell option + .B nocaseglob + is enabled, the match is performed without regard to the case |