CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/05 07:56:24
Modified files:
distrib/miniroot: install.sub
Log message:
Don't use a non-standard empty statement in while loops
Empty statements accepted by ksh(1) pointed out by millert@, use of this
non-standard grammar in the installer pointed out by halex@.
ok halex@ millert@
