diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 18:45:10 +0000 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 18:48:57 +0000 |
commit | f3d92fc3ab12531c3a957ff542b5ed5d792bb843 (patch) | |
tree | 229784315be6d86d3820144543fc650f44380323 /chapter8/ncurses.sh | |
parent | 141c5699496e374c58b5e311cc5b473452dfe525 (diff) |
Adjust indention. Evil tabs.
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 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 && |