exclude Automated-domain-substitution from export

This commit is contained in:
uazo 2021-10-02 13:07:15 +02:00 committed by GitHub
parent 0c48dad835
commit 5000b10dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,10 @@ NO_NAME=1
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]*$//')
if [[ "$PATCH_FILE" == *"Automated-domain-substitution"* ]]; then
continue
fi
if [ -z "$PATCH_FILE" ]
then
#git -C ~/chromium/src/ show -s $patch