aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-07 20:18:05 +0200
committerlemon <lsof@mailbox.org>2022-08-07 20:18:05 +0200
commit2c5faaed4a0e37dc63cedad03290383b1ba0057d (patch)
tree194bc7bda2bcc70b1851506730bb25fac26704eb /bootstrap
parent2a4c3689618bef15dc1dc6828fb4d8b8058708fa (diff)
sh
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/build.sh b/bootstrap/build.sh
index 741f3aa..1e22560 100755
--- a/bootstrap/build.sh
+++ b/bootstrap/build.sh
@@ -1,5 +1,7 @@
#!/bin/env sh
+cd "$(dirname "$0")"
+
if [ x"$CC" == x ]; then
export CC=cc
fi