From 2c5faaed4a0e37dc63cedad03290383b1ba0057d Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 7 Aug 2022 20:18:05 +0200 Subject: sh --- bootstrap/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap/build.sh') 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 -- cgit v1.2.3