diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 18:45:10 +0000 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 18:46:53 +0000 |
commit | f2a5fa0cb792ce412cc74d6d156f5b90157ee0ab (patch) | |
tree | 1def84ec3ac1891005e29e137ee907d84c0ca58a /chapter8/isl.sh | |
parent | aaa537fb9f002d570c8d201368117341808bf87e (diff) |
Adjust indention. Evil tabs.
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 b649020..87ee2fb 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 && |