aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--createdirs.sh1
-rw-r--r--essential.sh2
2 files changed, 0 insertions, 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}... "