From d6256469f03da08c897a09ab03806b9dd34dab59 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 14 Apr 2021 16:35:46 -0500 Subject: Remove empty line. --- createdirs.sh | 1 - essential.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/createdirs.sh b/createdirs.sh index ad95ab5..2c6f7c5 100644 --- a/createdirs.sh +++ b/createdirs.sh @@ -1,5 +1,4 @@ #!/bin/bash - set -e pushd "${LFS}" > /dev/null || exit 1 diff --git a/essential.sh b/essential.sh index f12cbb4..422e2a4 100644 --- a/essential.sh +++ b/essential.sh @@ -1,8 +1,6 @@ #!/bin/bash - set -e - pushd "${LFS}" >/dev/null || exit 1 printf "%b" "${GRN}Creating essential files and symbolic links${RST}... " -- cgit v1.2.3-54-g00ecf