exclude Automated-domain-substitution from export
This commit is contained in:
parent
0c48dad835
commit
5000b10dd5
@ -12,6 +12,10 @@ NO_NAME=1
|
|||||||
for patch in $ALLPATCHS_E; do
|
for patch in $ALLPATCHS_E; do
|
||||||
|
|
||||||
PATCH_FILE=$(git -C ~/chromium/src/ show -s $patch | grep FILE: | sed 's/FILE://g' | sed 's/^[ \t]*//;s/[ \t]*$//')
|
PATCH_FILE=$(git -C ~/chromium/src/ show -s $patch | grep FILE: | sed 's/FILE://g' | sed 's/^[ \t]*//;s/[ \t]*$//')
|
||||||
|
if [[ "$PATCH_FILE" == *"Automated-domain-substitution"* ]]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z "$PATCH_FILE" ]
|
if [ -z "$PATCH_FILE" ]
|
||||||
then
|
then
|
||||||
#git -C ~/chromium/src/ show -s $patch
|
#git -C ~/chromium/src/ show -s $patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user