From 1af28db0b1156eeb3a23d0caf74c5f4102242806 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Mon, 20 Jan 2003 17:55:31 +0000 Subject: do not loose trailing space when asking uid --- adduser/adduser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adduser/adduser.sh') diff --git a/adduser/adduser.sh b/adduser/adduser.sh index ef59593..5b80a16 100644 --- a/adduser/adduser.sh +++ b/adduser/adduser.sh @@ -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:`" -- cgit v1.2.3-56-ge451