From d6de6e3bc5bc4d5f3c8799df33d876116bddef14 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 14 Apr 2021 16:37:15 -0500 Subject: Use AND lists and remove set -e --- chapter10/linux.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter10') diff --git a/chapter10/linux.sh b/chapter10/linux.sh index 8baea23..143c692 100644 --- a/chapter10/linux.sh +++ b/chapter10/linux.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e make mrproper && cp -v ../kernelconfig .config && @@ -11,4 +10,4 @@ cp -iv System.map /boot/System.map-"${VERSION}" && cp -iv .config /boot/config-"${VERSION}" && install -dv /usr/share/doc/linux-"${VERSION}" && -cp -rv Documentation/* /usr/share/doc/linux-"${VRSION}" +cp -rv Documentation/* /usr/share/doc/linux-"${VERSION}" -- cgit v1.2.3-54-g00ecf