diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 14:46:18 +0000 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 14:46:18 +0000 |
commit | 141c5699496e374c58b5e311cc5b473452dfe525 (patch) | |
tree | 24ca3a203021af8368a148f5b45c6a85988aa22a /chapter8/ncurses.sh | |
parent | e9111b96669477dc163fae480a5a126c3bac21c6 (diff) |
Fix indention.
Diffstat (limited to 'chapter8/ncurses.sh')
-rw-r--r-- | chapter8/ncurses.sh | 4 |
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 && |