aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/readline.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/readline.sh')
-rw-r--r--chapter8/readline.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter8/readline.sh b/chapter8/readline.sh
index 4b2569e..80c9709 100644
--- a/chapter8/readline.sh
+++ b/chapter8/readline.sh
@@ -1,5 +1,6 @@
#!/bin/bash
-set -e
+
+exit 1
sed -i '/MV.*old/d' Makefile.in &&
sed -i '/{OLDSUFF}/c:' support/shlib-install &&