Update apply-bromite-patches.sh
This commit is contained in:
parent
81f793ed34
commit
7dc817d819
@ -10,6 +10,7 @@ cd chromium/src
|
|||||||
echo -e ${RED} ------- apply patchs ${NC}
|
echo -e ${RED} ------- apply patchs ${NC}
|
||||||
for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do
|
for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do
|
||||||
|
|
||||||
|
if [[ "$file" == *".patch" ]]; then
|
||||||
#if [[ "$file" == *"Automated-domain-substitution"* ]]; then
|
#if [[ "$file" == *"Automated-domain-substitution"* ]]; then
|
||||||
# echo -e ${RED} " -> Excluding $file" ${NC}
|
# echo -e ${RED} " -> Excluding $file" ${NC}
|
||||||
# continue
|
# continue
|
||||||
@ -27,4 +28,6 @@ for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user