summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 05c2af13..b7202746 100755
--- a/build.sh
+++ b/build.sh
@@ -97,6 +97,7 @@ buildp_dispatch() {
esac; return 0;
};
+cd "$(dirname "${0}")";
for __ in $(find subr -name *.subr); do
. "${__}"; done; buildp_dispatch start_build "${@}";