sdm660-common: extract-files: Fix clean_vendor
This commit is contained in:
parent
d1e9474f88
commit
0f2c7cf6b5
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ fi
|
||||||
. "$HELPER"
|
. "$HELPER"
|
||||||
|
|
||||||
# Default to sanitizing the vendor folder before extraction
|
# Default to sanitizing the vendor folder before extraction
|
||||||
CLEAN_VENDOR=true
|
clean_vendor=true
|
||||||
|
|
||||||
while [ "${#}" -gt 0 ]; do
|
while [ "${#}" -gt 0 ]; do
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
|
@ -46,7 +46,7 @@ while [ "${#}" -gt 0 ]; do
|
||||||
;;
|
;;
|
||||||
-s | --section )
|
-s | --section )
|
||||||
SECTION="${2}"; shift
|
SECTION="${2}"; shift
|
||||||
CLEAN_VENDOR=false
|
clean_vendor=false
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
SRC="${1}"
|
SRC="${1}"
|
||||||
|
|
Loading…
Reference in a new issue