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