From 60ce6f94f572fc49b62df454b83d9f130fceded9 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Wed, 5 Oct 2011 09:08:20 -0600 Subject: [PATCH] Minor bug fix. --- tbsetup/modgroups.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tbsetup/modgroups.in b/tbsetup/modgroups.in index 52d575563..2801ba6da 100644 --- a/tbsetup/modgroups.in +++ b/tbsetup/modgroups.in @@ -347,10 +347,8 @@ if ((@addlist || @modlist) && ! $target_user->nocollabtools()) { # # Finally, call setgroups to do the rest. # -if (! $target_user->nocollabtools()) { - system("$SETGROUPS $user") == 0 or - fatal("$SETGROUPS $user failed!"); -} +system("$SETGROUPS $user") == 0 or + fatal("$SETGROUPS $user failed!"); exit(0); -- GitLab