CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/28 14:20:40
Modified files:
distrib/miniroot: install.sub
Log message:
- use IFS=<space><tab> to trim the leading/trailing blanks with read
- simplify the key/value splitting with a true halexism
- recognize a line without a '=' by counting the chars in _key/_val
instead of doing a string comparison which needs a temporary _k var
- localize _l
ok krw@ halex@
