CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2003/06/30 11:49:14
Modified files:
distrib/miniroot: install.sh install.sub
Log message:
Cleanup ask_which() logic.
Use first device in supplied list as default unless overridden.
Eliminates repeated 'echo XXX | cutword 1' constructs.
Use 'set -- $_devs' to parse _devs and find out if there are any
devices in the list. Then use '_devs="$*" to eliminate all extraneous
whitespace from _devs, rather than just a single trailing blank.
Usual [...] -> [[...]], `` -> $(), extra '{}' and '"' eliminations in
areas being fixed up.
Received on Mon Jun 30 14:04:02 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:48:04 EDT
|