Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r5f8b7fe r4816dc6  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    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
    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.