aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/ncurses.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 14:34:30 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 14:34:30 +0000
commit0fd2944e561c9ccae29bad687a1a1851eda862f0 (patch)
treec3cad39d56014fba3543336d21ab5645bc5844e6 /chapter8/ncurses.sh
parent5bfebcfc811651c1b24fbf7dd2a71f7c69687d89 (diff)
Fix indention.
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 2b82d69..32eaf02 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 &&