From: Sebastien Peterson-Boudreau <sebastien.peterson.boudreau@gmail.com>
To: dash@vger.kernel.org
Subject: Re: [PATCH] [DNM] builtin: add source for Bash compat
Date: Sun, 14 Sep 2025 19:22:00 -0300 [thread overview]
Message-ID: <aMdACGW-YOTYzZXj@HQ> (raw)
In-Reply-To: <20250828211219.392014-2-eduardo.experimental@gmail.com>
FWIW, this can also be done with a function inside the shell itself :)
source () {
. "$@"
}
...hopefully I used the correct special parameter and quotes, but in
most cases you can probably just use $1 and be fine.
--
S.
prev parent reply other threads:[~2025-09-14 22:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-28 21:12 [PATCH] [DNM] builtin: add source for Bash compat Eduardo Santos
2025-09-14 22:22 ` Sebastien Peterson-Boudreau [this message]
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=aMdACGW-YOTYzZXj@HQ \
--to=sebastien.peterson.boudreau@gmail.com \
--cc=dash@vger.kernel.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