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:45:10 +0000
commit0348d9021a2a1bde166f6c3812641f485573a865 (patch)
treeaab8e812094154ff4b88c46d04536fc6b48d34a7 /chapter8/ncurses.sh
parent0fd2944e561c9ccae29bad687a1a1851eda862f0 (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 &&