1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

40010: builtins: Say 'bad option: +x', not 'bad option: -x', when +x was passed.

This commit is contained in:
Daniel Shahaf 2016-11-24 06:57:52 +00:00
parent 3a8727dc6b
commit a81f280bfa
3 changed files with 11 additions and 2 deletions

View file

@ -110,3 +110,8 @@
127:No endless loop with suffix alias in command position
>You said it.
?(eval):1: command not found: thingummy.mysuff
alias +x; alias -z
1:error message has the correct sign
?(eval):alias:1: bad option: +x
?(eval):alias:1: bad option: -z