Compare commits
1 commit
lineage-16
...
lineage-15
Author | SHA1 | Date | |
---|---|---|---|
|
7e69d37960 |
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ if [ ! -f "$HELPER" ]; then
|
|||
fi
|
||||
. "$HELPER"
|
||||
|
||||
# Default not to sanitizing the vendor folder before extraction
|
||||
CLEAN_VENDOR=false
|
||||
# Default to sanitizing the vendor folder before extraction
|
||||
CLEAN_VENDOR=true
|
||||
|
||||
while [ "$1" != "" ]; do
|
||||
case $1 in
|
||||
|
|
Loading…
Reference in a new issue