mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
do not loose trailing space when asking uid
This commit is contained in:
parent
2d5c7e4506
commit
8b6caf2634
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109573
@ -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:`"
|
||||
|
Loading…
Reference in New Issue
Block a user