diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 14:34:30 +0000 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 14:36:02 +0000 |
commit | cd14037951a12d85fc8f47cad0f1b43e68509e97 (patch) | |
tree | a2ad5f94cb25b64097b18550a7eb53df6aebf849 /chapter8/ncurses.sh | |
parent | be4c932da96a3d48333b1d4ee799d8fcdaa96d5c (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 && |