diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 14:29:22 +0000 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-04 14:29:22 +0000 |
commit | b46b1d4308eb445dd0fd0162eb19169b9ca4af88 (patch) | |
tree | 186f28c1dc8fe074d02646fd0f6e4faf5abdb06f /chapter8/procps-ng.sh | |
parent | 840f6bf6698d71e09254f02f7871e5b8e34f3e58 (diff) |
Remove -e and fix some indentions.
Diffstat (limited to 'chapter8/procps-ng.sh')
-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 630cfe4..c1f8d15 100644 --- a/chapter8/procps-ng.sh +++ b/chapter8/procps-ng.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e ./configure --prefix=/usr \ --exec-prefix= \ @@ -7,7 +6,7 @@ set -e --docdir=/usr/share/doc/procps-ng-"${VERSION}" \ --disable-static \ --disable-kill \ - --with-systemd && + --with-systemd && make && |