commit bash-20091022 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:18:59 -05:00
parent e1e48bbabe
commit b06e584e05
17 changed files with 202 additions and 21 deletions
+3
View File
@@ -323,3 +323,6 @@ 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.