diff options
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 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 && |