about summary refs log tree commit diff
path: root/build_sysroot
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-09-16 16:46:02 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-09-16 16:46:02 +0200
commit7285c134d101d441cddb9b62d33d4791d1b87dc0 (patch)
treefa19d9f0a0229fa833437ca13385d3dbdd86f458 /build_sysroot
parent044470a7262e0b890181ba73c3ccf5160d2bff70 (diff)
downloadrust-7285c134d101d441cddb9b62d33d4791d1b87dc0.tar.gz
rust-7285c134d101d441cddb9b62d33d4791d1b87dc0.zip
Reorganize scripts
Diffstat (limited to 'build_sysroot')
-rwxr-xr-xbuild_sysroot/build_sysroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_sysroot/build_sysroot.sh b/build_sysroot/build_sysroot.sh
index b4b7c5e5e01..4404fb49238 100755
--- a/build_sysroot/build_sysroot.sh
+++ b/build_sysroot/build_sysroot.sh
@@ -6,7 +6,7 @@ set -e
 cd $(dirname "$0")
 
 pushd ../ >/dev/null
-source ./config.sh
+source ./scripts/config.sh
 popd >/dev/null
 
 # Cleanup for previous run