diff options
| author | LorDClockaN <davor@losinj.com> | 2019-03-20 19:54:55 +0100 |
|---|---|---|
| committer | LorDClockaN <davor@losinj.com> | 2019-03-27 18:22:40 +0100 |
| commit | a36341594e6e813b08938126f11d6d81ff035261 (patch) | |
| tree | 4b2bbf66a1e1deaea41c8db338907ef98b1dbf72 /extract-files.sh | |
| parent | b52d6a50a791e2113e4b00374dc1bacd350581b8 (diff) | |
Change-Id: I460deb0c0994e9652adf1ef3c434d076e75f9dfe
Diffstat (limited to 'extract-files.sh')
| -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 0d15945..2015ec3 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -25,7 +25,7 @@ if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi CM_ROOT="$MY_DIR"/../../.. -HELPER="$CM_ROOT"/vendor/lineage/build/tools/extract_utils.sh +HELPER="$CM_ROOT"/vendor/aicp/build/tools/extract_utils.sh if [ ! -f "$HELPER" ]; then echo "Unable to find helper script at $HELPER" exit 1 |
