From: Martin Pool Date: Fri, 22 Mar 2002 05:06:36 +0000 (+0000) Subject: Use `id -G` rather than `groups` to get a list of groups for this X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/69b06c50c4a2a94adbf0ca1d3eaef02fab511390?hp=69b06c50c4a2a94adbf0ca1d3eaef02fab511390 Use `id -G` rather than `groups` to get a list of groups for this user, so that we can cope on systems like Cygwin that tend to have group names containing spaces. ---