mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-11 08:21:13 +01:00
17273, not 17272: inner function definition could define nonsense
This commit is contained in:
parent
da6a201946
commit
7d5e54195f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
2002-06-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
|
||||
|
||||
* 17272: Src/parse.c: `outer() { inner(); }' succeded; when outer
|
||||
* 17273: Src/parse.c: `outer() { inner(); }' succeded; when outer
|
||||
ran it created a bogus `inner' which crashed the shell. Make
|
||||
original command issue error.
|
||||
|
||||
|
|
Loading…
Reference in a new issue