From 0fd2944e561c9ccae29bad687a1a1851eda862f0 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 4 May 2021 14:34:30 +0000 Subject: Fix indention. --- chapter8/isl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter8/isl.sh') diff --git a/chapter8/isl.sh b/chapter8/isl.sh index 7526c2f..b649020 100644 --- a/chapter8/isl.sh +++ b/chapter8/isl.sh @@ -2,8 +2,8 @@ set -e ./configure --prefix=/usr \ - --disable-static \ - --docdir=/usr/share/doc/isl-"${VERSION}" && + --disable-static \ + --docdir=/usr/share/doc/isl-"${VERSION}" && make && make html && -- cgit v1.2.3-54-g00ecf