aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/isl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/isl.sh')
-rw-r--r--chapter8/isl.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter8/isl.sh b/chapter8/isl.sh
index 7526c2f..2ff6dba 100644
--- a/chapter8/isl.sh
+++ b/chapter8/isl.sh
@@ -1,9 +1,8 @@
#!/bin/bash
-set -e
./configure --prefix=/usr \
- --disable-static \
- --docdir=/usr/share/doc/isl-"${VERSION}" &&
+ --disable-static \
+ --docdir=/usr/share/doc/isl-"${VERSION}" &&
make &&
make html &&