Explorar o código

Don't warn about whitespace when patching

Matthias Schiffer %!s(int64=10) %!d(string=hai) anos
pai
achega
cacf010f4a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/patch.sh

+ 1 - 1
scripts/patch.sh

@@ -10,7 +10,7 @@ for module in $GLUON_MODULES; do
 	git checkout -B patching base
 
 	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 checkout patched
 			git branch -D patching