aboutsummaryrefslogtreecommitdiff
path: root/src/property/user.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/user.lisp')
-rw-r--r--src/property/user.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/user.lisp b/src/property/user.lisp
index 58ab373..f9f7f4d 100644
--- a/src/property/user.lisp
+++ b/src/property/user.lisp
@@ -80,7 +80,7 @@ the installation of other software."
(loop for line in (lines (readfile "/etc/group"))
collect (car (split-string line :separator ":")))))
(apply #'has-groups username (loop for group in *desktop-groups*
- when (memstring= group existing-groups)
+ when (memstr= group existing-groups)
collect group)))))
(defprop has-login-shell :posix (username shell)