diff options
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r-- | chapter08/bash.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index 7381c9e87..c2a5e807b 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -80,7 +80,7 @@ class="username">tester</systemitem> user:</para> <screen><userinput remap="test">su -s /usr/bin/expect tester << EOF -spawn make tests; expect EOF; +spawn make tests; expect eof; EOF</userinput></screen> <para>Install the package:</para> |