1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00

30949: restore "read -q" behavior lost by 27188

This commit is contained in:
Bart Schaefer 2013-01-06 18:55:00 +00:00
parent a67802ba82
commit dda51b9dbb
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-01-06 Bart Schaefer <schaefer@zsh.org>
* 30949: Src/builtin.c: restore "read -q" behavior lost by 27188.
2013-01-05 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 30946: Robert Kovacsics: Completion/X/Command/_xrandr: use
@ -431,5 +435,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5782 $
* $Revision: 1.5783 $
*****************************************************

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -5490,6 +5490,9 @@ bin_read(char *name, char **args, Options ops, UNUSED(int func))