summaryrefslogtreecommitdiff
path: root/COMPAT
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-08 20:18:35 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-08 20:18:35 -0500
commite1e48bbabe942d1a8caae4730b623874de18fdd6 (patch)
treec6d0ef848edcffe9b08a469acc6bba36871a3882 /COMPAT
parentd5362af88119d0c9ba3f4f4bac5575d8991b10df (diff)
downloadbash-e1e48bbabe942d1a8caae4730b623874de18fdd6.tar.gz
commit bash-20091015 snapshot
Diffstat (limited to 'COMPAT')
-rw-r--r--COMPAT3
1 files changed, 0 insertions, 3 deletions
diff --git a/COMPAT b/COMPAT
index 63940e6d..c635c8a1 100644
--- a/COMPAT
+++ b/COMPAT
@@ -323,6 +323,3 @@ bash-2.0 were significant.)
search the current directory for its filename argument, even if "." is
not in $PATH. Posix says that the shell shouldn't look in $PWD in this
case.
-
-44. Bash-4.1 uses the current locale when comparing strings using the < and
- > operators to the `[[' command.