aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:14 +0000
commit2ff2f0f285cc568ae33bec4804c40af6c69427d6 (patch)
tree224d68527b55af2749b702b4ba564006ff6676cb /bootstrap.sh
parent3572911d0ad1f9b11a9486bc85c06aaeb6ac7bd0 (diff)
parentf8c697b87eae8fc259edd1dc5695e2753163bbfe (diff)
downloadlibusb-2ff2f0f285cc568ae33bec4804c40af6c69427d6.tar.gz
Change-Id: Ied23137b461e83ab59875ecbde78cd6c524f2928
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index cfd2b45..fc555d5 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -2,6 +2,8 @@
set -e
+cd "$(dirname "$0")"
+
if [ ! -d m4 ]; then
mkdir m4
fi