CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/25 12:21:30
Modified files:
distrib/miniroot: install.sub
Log message:
Combine the commands to fetch and extract set files with the
following if-block to extract {x}etc.tgz using the '&&' operator
to ensure proper error handling.
Fixes the case found by miod, where a failed extraction of the
base set was not properly recognized.
OK miod, tb
