diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-19 22:51:55 +0000 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-19 22:51:55 +0000 |
commit | 2e2f8f359c865382cbc138e4572ab9a63d736775 (patch) | |
tree | f76a820e8f39d46926ad0e6a5dc8f478ae429615 /essential.sh | |
parent | e4633200ea4609597950f991ce43f1a4d9f3cfbb (diff) | |
parent | 6b11f48c20f4411008c28ccb86463a98c0f06fef (diff) |
Merge branch 'chapter10'
Diffstat (limited to 'essential.sh')
-rw-r--r-- | essential.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/essential.sh b/essential.sh index dacfd1a..3384917 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}... " |