aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lfs.sh b/lfs.sh
index 145faeb..dc0fd0f 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