diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-10-31 12:21:19 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-11-05 22:19:31 +0100 |
commit | d3c28e0c6f9703c336986d1656b5a1ba37bf44c2 (patch) | |
tree | 8b43ee280ce82a132538b2c0172fad5cc439b019 | |
parent | 2ff578e081888875f0c812440dfe6836236bb188 (diff) |
msm8996-common: extract-files: Don't use source to start setup-makefiles
* This caused:
./../../zuk/msm8996-common/../../../vendor/lineage/build/tools/extract_utils.sh: line 1944: VENDOR_SKIP_FILES: readonly variable
* Fixes makefiles not being regenerated when extracting blobs
Change-Id: I0f1d0739f0240769830c3d8e582d77c48ebe81d9
-rwxr-xr-x | extract-files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extract-files.sh b/extract-files.sh index 07585db..2505cc5 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -115,4 +115,4 @@ if [ -s "${MY_DIR}/../${DEVICE}/proprietary-files.txt" ]; then "${KANG}" --section "${SECTION}" fi -source "${MY_DIR}/setup-makefiles.sh" +"${MY_DIR}/setup-makefiles.sh" |