diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 18:48:33 +0000 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 18:48:33 +0000 |
commit | f089ba2056c0974ad38251f150cdee5d655e1e71 (patch) | |
tree | 098888e5559be8cb58f1d49ab05a3d1f80d7e894 | |
parent | f2a5fa0cb792ce412cc74d6d156f5b90157ee0ab (diff) |
Adjust indention. Evil tabs.
-rw-r--r-- | chapter8/procps-ng.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter8/procps-ng.sh b/chapter8/procps-ng.sh index 64e7088..171c32a 100644 --- a/chapter8/procps-ng.sh +++ b/chapter8/procps-ng.sh @@ -7,8 +7,7 @@ set -e --docdir=/usr/share/doc/procps-ng-"${VERSION}" \ --disable-static \ --disable-kill \ - --with-systemd && - + --with-systemd && make && |