diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-09-16 16:46:02 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-09-16 16:46:02 +0200 |
| commit | 7285c134d101d441cddb9b62d33d4791d1b87dc0 (patch) | |
| tree | fa19d9f0a0229fa833437ca13385d3dbdd86f458 /build_sysroot | |
| parent | 044470a7262e0b890181ba73c3ccf5160d2bff70 (diff) | |
| download | rust-7285c134d101d441cddb9b62d33d4791d1b87dc0.tar.gz rust-7285c134d101d441cddb9b62d33d4791d1b87dc0.zip | |
Reorganize scripts
Diffstat (limited to 'build_sysroot')
| -rwxr-xr-x | build_sysroot/build_sysroot.sh | 2 |
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 |
