Changeset 328eb6f for chapter08/bash.xml


Ignore:
Timestamp:
02/27/2024 03:52:31 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
e4e7ffb
Parents:
648f145 (diff), 23f4367 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r648f145 r328eb6f  
    4141    <title>Installation of Bash</title>
    4242
     43    <para>First, fix some issues identified upstream:</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../&bash-upstream-fixes-patch;</userinput></screen>
     46
    4347    <para>Prepare Bash for compilation:</para>
    4448
     
    7276    <para>To prepare the tests, ensure that the <systemitem class="username">tester</systemitem> user can write to the sources tree:</para>
    7377
    74 <screen><userinput remap="test">chown -Rv tester .</userinput></screen>
     78<screen><userinput remap="test">chown -R tester .</userinput></screen>
    7579
    7680    <para>The test suite of this package is designed to be run as a non-&root;
     
    8084    class="username">tester</systemitem> user:</para>
    8185
    82 <screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; EOF
     86<screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; "EOF"
    8387set timeout -1
    8488spawn make tests
Note: See TracChangeset for help on using the changeset viewer.