On 08/07/11 17:07, Kenneth R Westerback wrote:
CVSROOT: /cvs
Module name: src
Changes by: k...@cvs.openbsd.org 2011/08/07 09:07:22
Modified files:
distrib/miniroot: install.sub
Log message:
Check that timezones provided by the user do not include spaces.
e.g. 'Brazil/DeNoronha East'. Input with embedded spaces put the
install script into a state where a valid timezone could not be
entered.
And from the looks of it, it would even break with 'foo foo' (since the
second foo would become part of the "available set". :-P
/Alexander
Problem noted by and fix tested by Javier Bassi.
ok deraadt@