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 8e900b5..9eb1562 100644
--- a/src/property/user.lisp
+++ b/src/property/user.lisp
@@ -50,4 +50,4 @@ properties not strictly POSIX-compatible."
:separator ":"))))
(defun user-exists (username)
- (zerop (run :for-exit "getent" "passwd" username)))
+ (zerop (mrun :for-exit "getent" "passwd" username)))