commit: 2c344606b3f5f99dddc7b4885165f22e3fd45a58
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 16:35:38 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 16:35:38 2025 +0000
URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=2c344606
Quote ":" command argument in init script
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
emacs.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs.initd b/emacs.initd
index f71b4c2..38ac455 100644
--- a/emacs.initd
+++ b/emacs.initd
@@ -2,7 +2,7 @@
# Copyright 2008-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 or later
-: ${EMACS:=/usr/bin/emacs}
+: "${EMACS:=/usr/bin/emacs}"
description="Start an Emacs server running in the background"