Update export-patch-list.sh

This commit is contained in:
uazo 2022-09-07 13:39:36 +02:00 committed by GitHub
parent e826c60239
commit daca99c6c5
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ for patch in $ALLPATCHS_E; do
if [[ "$PATCH_FILE" == *"Automated-domain-substitution"* ]]; then
continue
fi
if [[ -z "$PATCH_FILE" ]]; then
PATCH_FILE=00$(git -C ~/chromium/src/ show -s $patch | head -n 5 | tail -n 1 | xargs | tr " " - | tr [:punct:] -).patch
fi
echo $PATCH_FILE >>~/bromite/build/patches-new/patch-list