aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/bash.xml2
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 &lt;&lt; EOF
-spawn make tests; expect EOF;
+spawn make tests; expect eof;
EOF</userinput></screen>
<para>Install the package:</para>