summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/host-environment.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/host-environment.el b/modules/host-environment.el
index 98caff28..c68b2494 100644
--- a/modules/host-environment.el
+++ b/modules/host-environment.el
@@ -23,7 +23,7 @@
(defun env-linux-p ()
"Return t if host system is GNU/Linux."
- (eq system-type "gnu/linux"))
+ (eq system-type 'gnu/linux))
(defun env-bsd-p ()
"Return t if host system is FreeBSD."