mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
18435: unsetting readonly returned status 0
This commit is contained in:
parent
c1bef47364
commit
06b04ca1b2
3 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,8 @@
|
|||
2003-04-04 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 18435: Src/builtin.c, Src/params.c: spotted by Oliver: unsetting
|
||||
a readonly variable returned status 0.
|
||||
|
||||
* 18434: Completion/Unix/Type/_signals: -a option was handled the
|
||||
wrong way round so e.g. `kill -' completed pseudo-signals.
|
||||
|
||||
|
|
|
@ -2580,8 +2580,10 @@ bin_unset(char *name, char **argv, Options ops, int func)
|
|||