sdm660-common: extract-files: Fix clean_vendor

This commit is contained in:
Davide Garberi 2019-10-04 20:20:34 +02:00 committed by Max Weffers
parent d1e9474f88
commit 0f2c7cf6b5
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -34,7 +34,7 @@ fi
. "$HELPER"
# Default to sanitizing the vendor folder before extraction
CLEAN_VENDOR=true
clean_vendor=true
while [ "${#}" -gt 0 ]; do
case "${1}" in
@ -46,7 +46,7 @@ while [ "${#}" -gt 0 ]; do
;;
-s | --section )
SECTION="${2}"; shift
CLEAN_VENDOR=false
clean_vendor=false
;;
* )
SRC="${1}"