diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-16 19:05:13 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-16 19:05:13 +0000 |
commit | 7c5d0b2c6875eff254b331434e361d81dd5ef0ee (patch) | |
tree | 5ca948cdbf6336b037decc11784032cefd1f28bd /README | |
parent | 5a6452742793d99bd899c50d3412db40275e6d9a (diff) | |
download | zsh-7c5d0b2c6875eff254b331434e361d81dd5ef0ee.tar.gz zsh-7c5d0b2c6875eff254b331434e361d81dd5ef0ee.tar.xz zsh-7c5d0b2c6875eff254b331434e361d81dd5ef0ee.zip |
Changed "following" to "preceding".
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index 816c0819e..70625187a 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ The option SH_WORD_SPLIT, used in Bourne/Korn/Posix shell compatibility mode, has been made more like other shells in the case of substitutions of the form ${1+"$@"} (a common trick used to work around problems in older Bourne shells) or any of the related forms with the + replaced by - or = -with an optional colon following. Previously, with SH_WORD_SPLIT in +with an optional colon preceding. Previously, with SH_WORD_SPLIT in effect, this expression would cause splitting on all white space in the shell arguments. (This was always regarded as a bug but was long-standing behaviour.) Now it is treated identically to "$@". The same change |