Changeset 160e72c for chapter06/bash.xml


Ignore:
Timestamp:
05/27/2020 07:51:55 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
777c890
Parents:
e65cc63
Message:

MultiLib: Merge changes up to 11858

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    re65cc63 r160e72c  
    8181    class="username">nobody</systemitem> user:</para>
    8282
    83 <screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH HOME=/home make tests"</userinput></screen>
     83<screen><userinput remap="test">su nobody -s /bin/bash &lt;&lt; EOF
     84PATH=$PATH HOME=/home make tests
     85EOF</userinput></screen>
     86
     87    <para>The <command>su</command> command above is slightly different from
     88    other places in the book. The
     89    reason is that the <option>-c</option> option runs the command without
     90    a controlling terminal, while the bash test suite needs one.</para>
    8491
    8592    <para>Install the package and move the main executable to
Note: See TracChangeset for help on using the changeset viewer.