CVSROOT:        /cvs
Module name:    src
Changes by:     ha...@cvs.openbsd.org   2012/07/12 04:42:49

Modified files:
        distrib/miniroot: install.sub 

Log message:
ksh does not properly separate the arguments in "$@" if IFS is an
empty string.

Since some places in the installer like to fiddle with IFS before
calling the various ask functions, be sure to use the positional
parameters one by one in those.

I believe the fix should really be applied to ksh, but this should
do for now.

ok deraadt@

Reply via email to