Update apply-bromite-patches.sh
This commit is contained in:
parent
7dc817d819
commit
aede203911
@ -18,7 +18,7 @@ for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do
|
|||||||
|
|
||||||
echo -e ${RED} " -> Apply $file" ${NC}
|
echo -e ${RED} " -> Apply $file" ${NC}
|
||||||
|
|
||||||
REPL="0,/^---/s//FILE:"$file"\n---/"
|
REPL="0,/^---/s//FILE:"$(basename $file)"\n---/"
|
||||||
cat ../../bromite/build/patches/$file | sed $REPL | git am
|
cat ../../bromite/build/patches/$file | sed $REPL | git am
|
||||||
|
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user