summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'adduser/adduser.sh')
-rw-r--r--adduser/adduser.sh2
1 files changed, 1 insertions, 1 deletions
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:`"