From b46b1d4308eb445dd0fd0162eb19169b9ca4af88 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 4 May 2021 14:29:22 +0000 Subject: Remove -e and fix some indentions. --- chapter8/ncurses.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chapter8/ncurses.sh') diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh index 2b82d69..d42cf49 100644 --- a/chapter8/ncurses.sh +++ b/chapter8/ncurses.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e ./configure --prefix=/usr \ --mandir=/usr/share/man \ @@ -8,8 +7,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