diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2012-05-15 00:42:12 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2012-05-15 00:42:12 +0000 |
| commit | ece00476ae97c736665d4bf73a744a3ff57a4020 (patch) | |
| tree | 428218f4293355ba7d1e99722d1676fbde7e6e10 /adduser/adduser.sh | |
| parent | 7c00ce99fd28d2f4e48085da6ba1d3946f80012d (diff) | |
| parent | a93fc7681bb6cbb582cc0c16fe440ae3087720be (diff) | |
| download | pw-darwin-ece00476ae97c736665d4bf73a744a3ff57a4020.tar.gz pw-darwin-ece00476ae97c736665d4bf73a744a3ff57a4020.zip | |
MFC
Diffstat (limited to 'adduser/adduser.sh')
| -rw-r--r-- | adduser/adduser.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adduser/adduser.sh b/adduser/adduser.sh index f645f59..4b0a6f6 100644 --- a/adduser/adduser.sh +++ b/adduser/adduser.sh @@ -488,6 +488,7 @@ get_uid() { _prompt= if [ -n "$uuid" ]; then + uuid=`get_nextuid $uuid` _prompt="Uid [$uuid]: " else _prompt="Uid (Leave empty for default): " |
