diff options
Diffstat (limited to 'chapter10/linux.sh')
-rw-r--r-- | chapter10/linux.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter10/linux.sh b/chapter10/linux.sh index 143c692..e613b64 100644 --- a/chapter10/linux.sh +++ b/chapter10/linux.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e make mrproper && cp -v ../kernelconfig .config && |