aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/expect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/expect.sh')
-rw-r--r--chapter8/expect.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter8/expect.sh b/chapter8/expect.sh
index 55d1137..b939278 100644
--- a/chapter8/expect.sh
+++ b/chapter8/expect.sh
@@ -5,8 +5,8 @@ set -e
--with-tcl=/usr/lib \
--enable-shared \
--mandir=/usr/share/man \
- --with-tclinclude=/usr/include
+ --with-tclinclude=/usr/include &&
-make
-make -j1 install
+make &&
+make -j1 install &&
ln -svf expect"${VERSION}"/libexpect"${VERSION}".so /usr/lib