services: Fix typo.

This is a follow-up to 3b38bf141a.

* gnu/services/base.scm (%base-services): Remove duplicated line.
master
Efraim Flashner 2019-09-06 13:52:33 +03:00
parent 3b38bf141a
commit e15f55208f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -2427,7 +2427,6 @@ to handle."
(service special-files-service-type
`(("/bin/sh" ,(file-append (canonical-package bash)
"/bin/sh"))
"/bin/sh"))
("/usr/bin/env" ,(file-append (canonical-package coreutils)
"/usr/bin/env"))))))