summaryrefslogtreecommitdiff
path: root/utils/rhrd-group
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-27 16:15:35 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-27 16:15:35 (GMT)
commit58e7ace78758e174628a7f138ffd519eaee383ea (patch)
treeb68b0a8dd77b66aa4f84167ef19188867679a36e /utils/rhrd-group
parent129f006062892600000d46d89d31524eee03fdfe (diff)
rhrd-user can update grid rights now
Diffstat (limited to 'utils/rhrd-group')
-rwxr-xr-xutils/rhrd-group2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rhrd-group b/utils/rhrd-group
index 088bc10..7aa5f6b 100755
--- a/utils/rhrd-group
+++ b/utils/rhrd-group
@@ -150,7 +150,7 @@ sub is_member
print STDERR "$errorstring\n";
return 1;
}
- print $ARGV[2] . " is" . (($cnt) ? "" : " not") . " a member\n";
+ print $ARGV[2] . " is" . (($cnt) ? "" : " *not*") . " a member\n";
return (($cnt) ? 0 : 1);
}