freebsd-dev/usr.sbin/bsdconfig/share
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
..
media Fix a bug that would cause a spurious warning to appear to appear in an 2013-06-02 23:18:27 +00:00
packages Fix a bug in which the user's choice to Cancel was not recognized. This was 2013-06-02 23:20:46 +00:00
common.subr Fix option processing from the library layer to address unexpected 2013-06-02 22:04:39 +00:00
device.subr Improve portion of the dialog(1) API in dialog.subr responsible for 2013-06-01 23:58:44 +00:00
dialog.subr Make proper use of locals in f_dialog_init(). 2013-06-02 22:45:54 +00:00
Makefile Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
mustberoot.subr Fix a bug in which the user's choice to Cancel was not properly recognized. 2013-06-02 23:15:12 +00:00
script.subr Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
strings.subr Fix a copy/paste error within a comment. 2013-06-02 23:08:21 +00:00
struct.subr Import media selection/preparation framework (sysinstall inspired). Makes 2013-02-25 19:55:32 +00:00
sysrc.subr Add more debugging to help with diagnosis of program-flow when needed. 2012-12-25 10:47:45 +00:00
variable.subr Similar to r251236, improve the portion of dialog(1) API in dialog.subr 2013-06-02 05:45:25 +00:00