Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r4816dc6 r5f8b7fe  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    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 
    4743    <para>Prepare Bash for compilation:</para>
    4844
     
    7672    <para>To prepare the tests, ensure that the <systemitem class="username">tester</systemitem> user can write to the sources tree:</para>
    7773
    78 <screen><userinput remap="test">chown -R tester .</userinput></screen>
     74<screen><userinput remap="test">chown -Rv tester .</userinput></screen>
    7975
    8076    <para>The test suite of this package is designed to be run as a non-&root;
     
    8480    class="username">tester</systemitem> user:</para>
    8581
    86 <screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; "EOF"
     82<screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; EOF
    8783set timeout -1
    8884spawn make tests
Note: See TracChangeset for help on using the changeset viewer.