From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] package/bash: add option to keep or remove loadable examples
Date: Sat, 24 Apr 2021 11:25:25 +0200 [thread overview]
Message-ID: <20210424112525.4676ae95@windsurf> (raw)
In-Reply-To: <20210424074731.GO298901@scaer>
Hello,
On Sat, 24 Apr 2021 09:47:31 +0200
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:
> > whoami is /usr/bin/whoami
> > root
> > whoami is a shell builtin
> > root
>
> I was not sure what you meant with those examples, so I've rewritten
> that part with a capture of a session enabling and disabling whoami
> as a shell builtin.
Gah, the commands went away, as they were prefix with my "#" shell
prompt :-/
This whole thing should have been:
# type whoami
whoami is /usr/bin/whoami
# whoami
root
# enable -f /usr/lib/bash/whoami whoami
# type whoami
whoami is a shell builtin
# whoami
root
Except that all lines starting with a # got eaten by Git :-/
Sorry about that, and thanks for applying the patches.
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2021-04-24 9:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-23 20:23 [Buildroot] [PATCH 1/3] package/bash: use --bindir instead of exec_prefix= Thomas Petazzoni
2021-04-23 20:23 ` [Buildroot] [PATCH 2/3] package/bash: add option to keep or remove loadable examples Thomas Petazzoni
2021-04-24 7:47 ` Yann E. MORIN
2021-04-24 9:25 ` Thomas Petazzoni [this message]
2021-04-23 20:23 ` [Buildroot] [PATCH 3/3] package/bash: drop SHOBJ_STATUS from BASH_CONF_ENV Thomas Petazzoni
2021-04-24 7:46 ` Yann E. MORIN
2021-04-26 19:08 ` Peter Korsgaard
2021-04-24 7:46 ` [Buildroot] [PATCH 1/3] package/bash: use --bindir instead of exec_prefix= Yann E. MORIN
2021-04-26 19:02 ` Peter Korsgaard
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=20210424112525.4676ae95@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.