From d3c28e0c6f9703c336986d1656b5a1ba37bf44c2 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Thu, 31 Oct 2019 12:21:19 +0100 Subject: 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 --- extract-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extract-files.sh') 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" -- cgit v1.2.3