do not loose trailing space when asking uid

This commit is contained in:
Max Khon 2003-01-20 17:55:31 +00:00
parent 2d5c7e4506
commit 8b6caf2634
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109573

View File

@ -394,7 +394,7 @@ get_uid() {
_prompt="Uid (Leave empty for default): "
fi
if [ -z "$fflag" ]; then
echo -n $_prompt
echo -n "$_prompt"
read _input
else
_input="`echo "$fileline" | cut -f2 -d:`"