summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-12 22:10:33 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-12 22:10:33 -0500
commitadc6cff53c2ef3341775f590ce36f96a28ea73f0 (patch)
tree0ba029fd946f06652111d6b8ba12be0e229d3b86 /CHANGES
parent18d2df91025795172e29fb576e3cc965422c8a81 (diff)
downloadbash-adc6cff53c2ef3341775f590ce36f96a28ea73f0.tar.gz
commit bash-20101124 snapshot
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2c64072b..5c2de170 100644
--- a/CHANGES
+++ b/CHANGES
@@ -260,7 +260,7 @@ u. History expansion no longer expands the `$!' variable expansion.
v. Posix mode shells no longer exit if a variable assignment error occurs
with an assignment preceding a command that is not a special builtin.
-w. Non-interactive mode shells exit if -u is enabled an an attempt is made
+w. Non-interactive mode shells exit if -u is enabled and an attempt is made
to use an unset variable with the % or # expansions, the `//', `^', or
`,' expansions, or the parameter length expansion.