aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/ncurses.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 14:29:22 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 14:29:22 +0000
commitb46b1d4308eb445dd0fd0162eb19169b9ca4af88 (patch)
tree186f28c1dc8fe074d02646fd0f6e4faf5abdb06f /chapter8/ncurses.sh
parent840f6bf6698d71e09254f02f7871e5b8e34f3e58 (diff)
Remove -e and fix some indentions.
Diffstat (limited to 'chapter8/ncurses.sh')
-rw-r--r--chapter8/ncurses.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh
index 2b82d69..d42cf49 100644
--- a/chapter8/ncurses.sh
+++ b/chapter8/ncurses.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-set -e
./configure --prefix=/usr \
--mandir=/usr/share/man \
@@ -8,8 +7,8 @@ set -e
--without-normal \
--enable-pc-files \
--enable-widec \
- --with-termlib \
- --disable-tic-depends &&
+ --with-termlib \
+ --disable-tic-depends &&
make &&
make -j1 install &&