diff options
author | Chet Ramey <chet.ramey@case.edu> | 2020-11-17 14:18:49 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2020-11-17 14:18:49 -0500 |
commit | 37b22abee700eb1b0c5b6926ab32630a429c1183 (patch) | |
tree | 01d22efef9babf0127776b6b3c4387b03dc629ab /config-top.h | |
parent | 278db80c368700ed6117fbd390c89a9b44c0240c (diff) | |
download | bash-5.1-testing.tar.gz |
Bash-5.1-rc3 releasebash-5.1-rc3bash-5.1-testing
Diffstat (limited to 'config-top.h')
-rw-r--r-- | config-top.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config-top.h b/config-top.h index a96b5587..735f75e3 100644 --- a/config-top.h +++ b/config-top.h @@ -106,9 +106,11 @@ which can be fooled under certain not-uncommon circumstances. */ /* #define SSH_SOURCE_BASHRC */ -/* Define if you want the case-capitalizing operators (~[~]) and the +/* Define if you want the case-toggling operators (~[~]) and the `capcase' variable attribute (declare -c). */ -#define CASEMOD_CAPCASE +/* TAG: bash-5.2 disable */ +#define CASEMOD_TOGGLECASE +#define CASEMOD_CAPCASE /* This is used as the name of a shell function to call when a command name is not found. If you want to name it something other than the |