]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
*blush*
authorMike Makonnen <mtm@FreeBSD.org>
Thu, 23 Jan 2003 01:57:30 +0000 (01:57 +0000)
committerMike Makonnen <mtm@FreeBSD.org>
Thu, 23 Jan 2003 01:57:30 +0000 (01:57 +0000)
While I'm here properly quote all the other input I neglected
to quote.

Approved by: markm (mentor)(implicit)

adduser/adduser.sh

index 53d9b86c9022f0714ccb7986d20bf13423a740d2..0a921338a096fd9b6d376354c3967830aaa536f1 100644 (file)
@@ -186,15 +186,15 @@ add_user() {
        _upasswd=
        _passwdmethod=
 
-       _name="-n $username"
-       [ -n "$uuid" ] && _uid="-u $uuid"
-       [ -n "$ulogingroup" ] && _group="-g $ulogingroup"
-       [ -n "$ugroups" ] && _grouplist="-G $ugroups"
-       [ -n "$ushell" ] && _shell="-s $ushell"
-       [ -n "$uhome" ] && _home="-m -d $uhome"
-       [ -n "$uclass" ] && _class="-L $uclass"
+       _name="-n '$username'"
+       [ -n "$uuid" ] && _uid="-u '$uuid'"
+       [ -n "$ulogingroup" ] && _group="-g '$ulogingroup'"
+       [ -n "$ugroups" ] && _grouplist="-G '$ugroups'"
+       [ -n "$ushell" ] && _shell="-s '$ushell'"
+       [ -n "$uhome" ] && _home="-m -d '$uhome'"
+       [ -n "$uclass" ] && _class="-L '$uclass'"
        [ -n "$ugecos" ] && _comment="-c '$ugecos'"
-       [ -n "$udotdir" ] && _dotdir="-k $udotdir"
+       [ -n "$udotdir" ] && _dotdir="-k '$udotdir'"
        [ -n "$uexpire" ] && _expire="-e '$uexpire'"
        [ -n "$upwexpire" ] && _pwexpire="-p '$upwexpire'"
        case $passwdtype in