aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/bash.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-10-31 14:00:21 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-10-31 14:00:21 -0500
commit1f201845a30b83f242a5f8ed35a80db17522752b (patch)
tree8ae57ebf166902896f933bd2b64d22dffa3561ff /chapter08/bash.xml
parent843d015a32a9f08ce6a0f7ae5ee424555ee7f292 (diff)
Package updates
Update to gawk-5.1.1. Update to meson-0.60.0. Update to libcap-2.60. Update to gdbm-1.22. Update to file-5.41. Update to linux-5.14.15. Update to iana-etc-20211025. Update to tzdata-2021e. Change /bin to /usr/bin in passwd, and revisedchroot. Fix systemd for new meson.
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r--chapter08/bash.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml
index 699a24e43..36bbcf0d9 100644
--- a/chapter08/bash.xml
+++ b/chapter08/bash.xml
@@ -94,7 +94,7 @@ EOF</userinput></screen>
<para>Run the newly compiled <command>bash</command> program (replacing the one that is
currently being executed):</para>
-<screen role="nodump"><userinput>exec /bin/bash --login +h</userinput></screen>
+ <screen role="nodump"><userinput>exec /usr/bin/bash --login +h</userinput></screen>
<note>
<para>The parameters used make the <command>bash</command>