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/isl.sh | |
parent | 5bfebcfc811651c1b24fbf7dd2a71f7c69687d89 (diff) |
Fix indention.
Diffstat (limited to 'chapter8/isl.sh')
-rw-r--r-- | chapter8/isl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 && |