aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index d3307d4..97d9c6e 100755
--- a/build.sh
+++ b/build.sh
@@ -3,8 +3,6 @@
# Copyright (C) 2021 Wojtek Kosior
# Redistribution terms are gathered in the `copyright' file.
-. ./shell_utils.sh
-
handle_export_line() {
if [ "x$1" = "xEXPORTS_START" ]; then
if [ "$STATE" = "before_block" ]; then
@@ -317,6 +315,8 @@ main() {
fi
UPDATE_URL="$3"
+
+ . ./shell_utils.sh
build_main
}