Searched hist:251276 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.sbin/bsdconfig/share/packages/
H A Dindex.subrdiff 251276 Sun Jun 02 23:27:18 MDT 2013 dteske Fix a bug in which the user's choice to Cancel was not recognized. This was
caused by the standard (and correct) behavior of the shell to discard the
return status of lvalue-operands in a pipe-chain.

The solution is to not pipe the file-acquisition directly into sort(1) but
instead store the output (allowing immediate testing of the return status)
and later sort it.

Completed in 104 milliseconds