1
0
Fork 0
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:
Peter Stephenson 2003-04-04 16:46:25 +00:00
parent c1bef47364
commit 06b04ca1b2
3 changed files with 13 additions and 6 deletions

View file

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

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -2580,8 +2580,10 @@ bin_unset(char *name, char **argv, Options ops, int func)