diff --git a/export-all-patch.sh b/export-all-patch.sh index 42304e8..3489ce5 100644 --- a/export-all-patch.sh +++ b/export-all-patch.sh @@ -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