Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
60ce6f94
Commit
60ce6f94
authored
Oct 05, 2011
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
fdfce71d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/modgroups.in
View file @
60ce6f94
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment