Changeset 160e72c for chapter06/bash.xml
- Timestamp:
- 05/27/2020 07:51:55 AM (4 years ago)
- Branches:
- multilib-10.1
- Children:
- 777c890
- Parents:
- e65cc63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/bash.xml
re65cc63 r160e72c 81 81 class="username">nobody</systemitem> user:</para> 82 82 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 << EOF 84 PATH=$PATH HOME=/home make tests 85 EOF</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> 84 91 85 92 <para>Install the package and move the main executable to
Note:
See TracChangeset
for help on using the changeset viewer.