From 5000b10dd5c4c0f5427415bf501a73954aba00ca Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 2 Oct 2021 13:07:15 +0200 Subject: [PATCH] exclude Automated-domain-substitution from export --- export-all-patch.sh | 4 ++++ 1 file changed, 4 insertions(+) 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