summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/fileshareset2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset
index 9e0e993ea..76a64ac17 100755
--- a/perl-install/standalone/fileshareset
+++ b/perl-install/standalone/fileshareset
@@ -145,7 +145,7 @@ sub check {
while (@l = getgrent) {
last if $l[0] eq $authorisation_group;
}
- ::member($username, split(',', $l[3])) or ::error($non_authorised);
+ ::member($username, split(' ', $l[3])) or ::error($non_authorised);
}
}