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:34:30 +0000 |
commit | 0fd2944e561c9ccae29bad687a1a1851eda862f0 (patch) | |
tree | c3cad39d56014fba3543336d21ab5645bc5844e6 /chapter8/ncurses.sh | |
parent | 5bfebcfc811651c1b24fbf7dd2a71f7c69687d89 (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 && |