aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter08/bash.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml
index 275a63e68..5007c2d46 100644
--- a/chapter08/bash.xml
+++ b/chapter08/bash.xml
@@ -83,6 +83,8 @@
set timeout -1
spawn make tests
expect eof
+lassign [wait] _ _ _ value
+exit $value
EOF</userinput></screen>
<para>Install the package:</para>