freebsd-dev/usr.sbin/bsdconfig/share/packages
Devin Teske e4cb6ac115 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.
2013-06-02 23:20:46 +00:00
..
categories.subr Use f_isset() (introduced by r250317) instead of `f_quietly f_getvar ...'. 2013-06-02 22:54:36 +00:00
index.subr Fix a bug in which the user's choice to Cancel was not recognized. This was 2013-06-02 23:20:46 +00:00
Makefile
packages.subr Improvements to whitespace and comments. 2013-06-02 22:34:40 +00:00