diff options
| author | 2022-08-07 20:18:05 +0200 | |
|---|---|---|
| committer | 2022-08-07 20:18:05 +0200 | |
| commit | 2c5faaed4a0e37dc63cedad03290383b1ba0057d (patch) | |
| tree | 194bc7bda2bcc70b1851506730bb25fac26704eb /bootstrap | |
| parent | 2a4c3689618bef15dc1dc6828fb4d8b8058708fa (diff) | |
sh
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap/build.sh | 2 |
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 |