1
0
Fork 0
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:
Peter Stephenson 2002-06-02 18:11:15 +00:00
parent da6a201946
commit 7d5e54195f

View file

@ -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.