diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | README | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog index 656659aac..cbd50fb52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,11 @@ Src/zsh.h, Test/E01options.ztst: KSH_TYPESET option allows assignments after typeset not to be split. +2001-06-12 Bart Schaefer <schaefer@zsh.org> + + * 14849: README: Request "reporter" output only if a bug cannot + be reproduced with 'zsh -f'. + 2001-06-11 Clint Adams <clint@zsh.org> * 14843: Src/Modules/tcp.c, Src/Modules/zftp.c: diff --git a/README b/README index b4f4ce42f..a5bfeac9b 100644 --- a/README +++ b/README @@ -141,16 +141,16 @@ Zsh is currently maintained by the members of the zsh-workers mailing list and coordinated by Peter Stephenson <coordinator@zsh.org>. Please send any feedback and bugs reports to <zsh-workers@sunsite.dk>. -There is a script "reporter" in the subdirectory Util which will print -out your current shell environment/setup. If you report a bug, please -use this script and include the output from sourcing this file. This way, -the problem you are reporting can be recreated. - -You can help even more if you can reproduce the bug starting zsh with +Reports are most helpful if you can reproduce the bug starting zsh with the -f option. This skips the execution of local startup files except /etc/zshenv. If a bug occurs only when some options set try to locate the option which triggers the bug. +There is a script "reporter" in the subdirectory Util which will print out +your current shell environment/setup. If you cannot reproduce the bug +with "zsh -f", use this script and include the output from sourcing this +file. This way, the problem you are reporting can be recreated. + The known bugs in zsh are listed in the file Etc/BUGS. Check this as well as the Frequently Asked Questions (FAQ) list before sending a bug report. Note that zsh has some features which are not compatible with |