diff options
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r-- | chapter08/bash.xml | 2 |
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> |