aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/ncurses.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 18:45:10 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 18:46:53 +0000
commitf2a5fa0cb792ce412cc74d6d156f5b90157ee0ab (patch)
tree1def84ec3ac1891005e29e137ee907d84c0ca58a /chapter8/ncurses.sh
parentaaa537fb9f002d570c8d201368117341808bf87e (diff)
Adjust indention. Evil tabs.
Diffstat (limited to 'chapter8/ncurses.sh')
-rw-r--r--chapter8/ncurses.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh
index 32eaf02..94d1b3c 100644
--- a/chapter8/ncurses.sh
+++ b/chapter8/ncurses.sh
@@ -8,8 +8,8 @@ set -e
--without-normal \
--enable-pc-files \
--enable-widec \
- --with-termlib \
- --disable-tic-depends &&
+ --with-termlib \
+ --disable-tic-depends &&
make &&
make -j1 install &&