mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
Reword README a little.
This commit is contained in:
parent
f6ae716fb8
commit
2adcf9a798
2 changed files with 11 additions and 6 deletions
|
@ -9,6 +9,11 @@
|
||||||
Src/zsh.h, Test/E01options.ztst: KSH_TYPESET option allows
|
Src/zsh.h, Test/E01options.ztst: KSH_TYPESET option allows
|
||||||
assignments after typeset not to be split.
|
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>
|
2001-06-11 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* 14843: Src/Modules/tcp.c, Src/Modules/zftp.c:
|
* 14843: Src/Modules/tcp.c, Src/Modules/zftp.c:
|
||||||
|
|
12
README
12
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
|
and coordinated by Peter Stephenson <coordinator@zsh.org>. Please send
|
||||||
any feedback and bugs reports to <zsh-workers@sunsite.dk>.
|
any feedback and bugs reports to <zsh-workers@sunsite.dk>.
|
||||||
|
|
||||||
There is a script "reporter" in the subdirectory Util which will print
|
Reports are most helpful if you can reproduce the bug starting zsh with
|
||||||
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
|
|
||||||
the -f option. This skips the execution of local startup files except
|
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
|
/etc/zshenv. If a bug occurs only when some options set try to locate
|
||||||
the option which triggers the bug.
|
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
|
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
|
well as the Frequently Asked Questions (FAQ) list before sending a bug
|
||||||
report. Note that zsh has some features which are not compatible with
|
report. Note that zsh has some features which are not compatible with
|
||||||
|
|
Loading…
Reference in a new issue