diff options
Diffstat (limited to 'chapter8/check.sh')
-rw-r--r-- | chapter8/check.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter8/check.sh b/chapter8/check.sh index 6b552e5..29c4d05 100644 --- a/chapter8/check.sh +++ b/chapter8/check.sh @@ -1,8 +1,8 @@ -#!/bin/bash -set -e - -./configure --prefix=/usr --disable-static && - -make && - -make docdir=/usr/share/doc/check-"${VERSION}" -j1 install +#!/bin/bash
+set -e
+
+./configure --prefix=/usr --disable-static &&
+
+make &&
+
+make docdir=/usr/share/doc/check-"${VERSION}" -j1 install
|