]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
do not loose trailing space when asking uid
authorMax Khon <fjoe@FreeBSD.org>
Mon, 20 Jan 2003 17:55:31 +0000 (17:55 +0000)
committerMax Khon <fjoe@FreeBSD.org>
Mon, 20 Jan 2003 17:55:31 +0000 (17:55 +0000)
adduser/adduser.sh

index ef595930e7090e530820a024bd518e933c8669d2..5b80a16bb2230800d2f0203d8a36188b1b47cfa4 100644 (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:`"