Thread (13 messages) flat view 13 messages, 6 authors, 2016-06-15

Re: git-bisect: weird usage of read(1)

From: Francis Moreau <hidden>
Date: 2016-06-15 22:45:08

Hello

On Mon, Aug 11, 2008 at 4:15 PM, Johannes Schindelin
[off-list ref] wrote:
Hi,

On Mon, 11 Aug 2008, Francis Moreau wrote:
quoted
I found this in git bisect:

              printf >&2 'Are you sure [Y/n]? '
              case "$(read yesno)" in [Nn]*) exit 1 ;; esac

which looks very weird since read(1) returns a status and not the
string reads from std input.
sorry I should have said that there's a status but no output...
quoted
Am I missing something ?
Yes.  "$()" does not return the status, but the output.
But what's the output in that case ?

-- 
Francis
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help