aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki-mass-rebuild
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-07 01:09:48 -0500
committerJoey Hess <joey@kitenet.net>2007-12-07 01:09:48 -0500
commit267885009f616e909d2d326ca8985677a2f395a3 (patch)
tree7f8ce04fddfab28832d69bdc76e4926a42d5288b /ikiwiki-mass-rebuild
parent262fd5549bdf203e5c88396f18c6f399d70bcc48 (diff)
downloadikiwiki-267885009f616e909d2d326ca8985677a2f395a3.tar
ikiwiki-267885009f616e909d2d326ca8985677a2f395a3.tar.gz
display if group setting fails
Diffstat (limited to 'ikiwiki-mass-rebuild')
-rwxr-xr-xikiwiki-mass-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki-mass-rebuild b/ikiwiki-mass-rebuild
index 710db4eac..8cc6f45c1 100755
--- a/ikiwiki-mass-rebuild
+++ b/ikiwiki-mass-rebuild
@@ -36,7 +36,7 @@ sub processline {
my $grouplist=join(" ", $ugid, $ugid, supplemental_groups($user));
$)=$grouplist;
if ($!) {
- die "failed to set egid $grouplist";
+ die "failed to set egid $grouplist: $!";
}
$(=$ugid;
$<=$uuid;