diff options
Diffstat (limited to 'chapter8/man-pages.sh')
-rw-r--r-- | chapter8/man-pages.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter8/man-pages.sh b/chapter8/man-pages.sh index c019094..d81d179 100644 --- a/chapter8/man-pages.sh +++ b/chapter8/man-pages.sh @@ -1,4 +1,4 @@ -#!/bin/bash -set -e - -make -j1 install +#!/bin/bash
+set -e
+
+make -j1 install
|