From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs-tools:emacs-common commit in: /
Date: Mon, 17 Mar 2025 09:52:01 +0000 (UTC) [thread overview]
Message-ID: <1742067996.b9b90a4f6c93c746336ef8c2e802bc3825c550fb.ulm@gentoo> (raw)
commit: b9b90a4f6c93c746336ef8c2e802bc3825c550fb
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 19:46:36 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:46:36 2025 +0000
URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=b9b90a4f
Default to bash as the login shell
* emacs-wrapper.sh: Default to bash when SHELL is unset.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
ChangeLog | 4 ++++
emacs-wrapper.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 7c5f6b4..01e11ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2025-03-15 Ulrich Müller <ulm@gentoo.org>
+
+ * emacs-wrapper.sh: Default to bash when SHELL is unset.
+
2025-03-09 Ulrich Müller <ulm@gentoo.org>
* Version 1.11 released.
diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh
index 22c8cd9..fc19b27 100644
--- a/emacs-wrapper.sh
+++ b/emacs-wrapper.sh
@@ -1,3 +1,3 @@
#!/bin/bash
# Start Emacs with a login shell wrapper to read the user's profile
-exec -l "${SHELL}" -c "exec \"${EMACS}\" $*"
+exec -l "${SHELL:-/bin/bash}" -c "exec \"${EMACS}\" $*"
next reply other threads:[~2025-03-17 9:53 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-17 9:52 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-17 21:19 [gentoo-commits] proj/emacs-tools:emacs-common commit in: / Ulrich Müller
2025-03-17 9:52 Ulrich Müller
2025-03-10 12:03 Ulrich Müller
2025-03-09 20:47 Ulrich Müller
2025-03-09 20:47 Ulrich Müller
2025-03-08 16:36 Ulrich Müller
2025-03-08 16:32 Ulrich Müller
2025-03-08 8:44 Ulrich Müller
2025-03-08 8:39 Ulrich Müller
2025-03-08 8:18 Ulrich Müller
2025-03-08 6:20 Ulrich Müller
2025-03-07 18:35 Ulrich Müller
2025-03-07 6:20 Ulrich Müller
2024-05-05 12:43 Ulrich Müller
2023-09-13 7:29 Ulrich Müller
2023-09-12 16:21 Ulrich Müller
2023-07-24 16:07 Ulrich Müller
2023-07-24 16:07 Ulrich Müller
2021-03-22 8:34 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1742067996.b9b90a4f6c93c746336ef8c2e802bc3825c550fb.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox