Don't warn about whitespace when patching
This commit is contained in:
parent
42f4275501
commit
cacf010f4a
@ -10,7 +10,7 @@ for module in $GLUON_MODULES; do
|
|||||||
git checkout -B patching base
|
git checkout -B patching base
|
||||||
|
|
||||||
if [ "$(echo "$1"/patches/$module/*.patch)" ]; then
|
if [ "$(echo "$1"/patches/$module/*.patch)" ]; then
|
||||||
git am "$1"/patches/$module/*.patch || (
|
git am --whitespace=nowarn "$1"/patches/$module/*.patch || (
|
||||||
git am --abort
|
git am --abort
|
||||||
git checkout patched
|
git checkout patched
|
||||||
git branch -D patching
|
git branch -D patching
|
||||||
|
Loading…
Reference in New Issue
Block a user