File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- vendorpull https://github.com/sourcemeta/vendorpull 559092d6906d87e5d41d90b47d72e5b75df05a2a
1
+ vendorpull https://github.com/sourcemeta/vendorpull 70342aaf458e6cb80baeb5b718901075fc42ede6
2
2
bootstrap https://github.com/twbs/bootstrap 60098ac499d30aa50575b0b7137391c06ef25429
3
3
bootstrap-icons https://github.com/twbs/icons 648aa8238437d9da9227f6273cc163ec5841382d
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,6 +58,14 @@ vendor() {
58
58
log " Masking $1 : $path "
59
59
rm -rf " $4 /$1 /${path:? } "
60
60
done < " $VENDOR /$1 .mask"
61
+ elif [ -f " $4 /$1 /vendorpull.mask" ]
62
+ then
63
+ while read -r path
64
+ do
65
+ log " Masking $1 : $path "
66
+ rm -rf " $4 /$1 /${path:? } "
67
+ done < " $4 /$1 /vendorpull.mask"
68
+ rm -f " $4 /$1 /vendorpull.mask"
61
69
fi
62
70
63
71
# Swap
You can’t perform that action at this time.
0 commit comments