installer: final: Remove left-over pk call.
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 9 Jun 2020 10:33:38 +0000 (12:33 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Tue, 9 Jun 2020 15:59:05 +0000 (17:59 +0200)
* gnu/installer/final.scm (kill-cow-users): Remove pk call.

gnu/installer/final.scm

index ece1aff..90c76e9 100644 (file)
@@ -127,7 +127,7 @@ USERS."
                    (lambda (port)
                      (match (string-tokenize (read-string port) %not-nul)
                        ((argv0 _ ...)
-                        (unless (member (pk (basename argv0)) spare)
+                        (unless (member (basename argv0) spare)
                           (syslog "Killing process ~a (~a)~%" pid argv0)
                           (kill pid SIGKILL)))
                        (_ #f))))))