aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 15:04:19 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 15:04:19 -0500
commitb8475089fd20a1711bf363f6ce145f7bbc81fed0 (patch)
treedd94b6712db929eee2c8223fd62adf2028324602
parent50b67be7e409161f5c6f4847ca2beb23e81b51ae (diff)
Source functions.
-rwxr-xr-xlfs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lfs.sh b/lfs.sh
index 15265d4..63eb282 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -14,6 +14,10 @@ printf "%b" "Sourcing spinner...\n"
# Spinner function (returns an exit value)
source spinner.sh
+printf "%b" "Sourcing functions...\n"
+# Functions used during build
+source functions.sh
+
# Version check script
#source versioncheck.sh