From 0348d9021a2a1bde166f6c3812641f485573a865 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 4 May 2021 18:45:10 +0000 Subject: Adjust indention. Evil tabs. --- chapter8/ncurses.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter8/ncurses.sh') 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 && -- cgit v1.2.3-54-g00ecf