aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorjahoti <jahoti@tilde.team>2021-10-13 00:00:00 +0000
committerjahoti <jahoti@tilde.team>2021-10-13 00:00:00 +0000
commite0c94ac47a4ec4378f1341158d82a6af3ffe4c96 (patch)
treef7a431c84a88cf3a068506c12e0548f454e7718a /build.sh
parent4320edc924a303ce0cab0000a5f16f045a3822df (diff)
downloadbrowser-extension-e0c94ac47a4ec4378f1341158d82a6af3ffe4c96.tar.gz
browser-extension-e0c94ac47a4ec4378f1341158d82a6af3ffe4c96.zip
Add VPATH and Haketilo version to the makefile as part of configure.
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
}