diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2005-05-31 07:44:10 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2005-05-31 07:44:10 +0000 |
commit | f688a43ac2bc022bcf498f7cd2da5ab0dc3c0193 (patch) | |
tree | 650984ae58db03bf690e64b80d09a23f6a68a321 /ChangeLog | |
parent | 0149f7afe10853f8d7001a559444552d13fc41c9 (diff) | |
download | zsh-f688a43ac2bc022bcf498f7cd2da5ab0dc3c0193.tar.gz zsh-f688a43ac2bc022bcf498f7cd2da5ab0dc3c0193.tar.xz zsh-f688a43ac2bc022bcf498f7cd2da5ab0dc3c0193.zip |
21290: configure.ac: don't need backslash quoting within single-quote areas.
Change constant RE boundary characters to slash (instead of tuples). This was exposed with autoconf 2.59c preferring ksh (pdksh 5.2.14p2 in NetBSD) over bash. It did, however, work with ksh93 and bash.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e96cd51a0..c0cd672ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-31 Geoff Wing <gcw@zsh.org> + + * 21290: configure.ac: don't need backslash quoting within single-quote + areas. Change constant RE boundary characters to slash. + 2005-05-30 Oliver Kiddle <opk@zsh.org> * 21266: Completion/Unix/Command/_mh: improve completion of sequences |