Re: git: 15a1ba4a1c46 - main - adduser.sh: Add info which separator to use in the question itself
- Reply: Benedict Reuschling : "Re: git: 15a1ba4a1c46 - main - adduser.sh: Add info which separator to use in the question itself"
- In reply to: Benedict Reuschling : "git: 15a1ba4a1c46 - main - adduser.sh: Add info which separator to use in the question itself"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jun 2026 14:29:37 UTC
Benedict Reuschling <bcr@FreeBSD.org> writes: > commit 15a1ba4a1c467a686573158fd5e49abafa42d587 > Author: Benedict Reuschling <bcr@FreeBSD.org> > AuthorDate: 2026-06-23 13:13:44 +0000 > Commit: Benedict Reuschling <bcr@FreeBSD.org> > CommitDate: 2026-06-23 13:13:44 +0000 > > adduser.sh: Add info which separator to use in the question itself We could just as easily normalize the separator: - [ -n "$_input" ] && ugroups="$_input" + [ -n "$_input" ] && ugroups="$(echo "$_input" | tr -s ',' ' ')" DES -- Dag-Erling Smørgrav - des@FreeBSD.org