diff options
author | Clint Adams <clint@users.sourceforge.net> | 2005-07-24 03:15:21 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2005-07-24 03:15:21 +0000 |
commit | ccea851d9c1edba7748fa9eafc325ea883517482 (patch) | |
tree | 1bf4445e504ee95b19dd8e9445f9461b7995153a /ChangeLog | |
parent | 2bd556e744463c09556c3579f7100e46600bd5c3 (diff) | |
download | zsh-ccea851d9c1edba7748fa9eafc325ea883517482.tar.gz zsh-ccea851d9c1edba7748fa9eafc325ea883517482.tar.xz zsh-ccea851d9c1edba7748fa9eafc325ea883517482.zip |
21510: use && rather than -a binary test operator.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c57eed5a7..eb0a05328 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-24 Clint Adams <clint@zsh.org> + + * 21510: Config/installfns.sh: use && rather than -a binary + test operator. + 2005-07-23 Clint Adams <clint@zsh.org> * 21505, 21506: Completion/Unix/Command/_rubber: use an array for |