mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Update gitapply.sh
Turn off whitespace warnings
This commit is contained in:
parent
b862f600f5
commit
78d6102645
2
debian/tools/gitapply.sh
vendored
2
debian/tools/gitapply.sh
vendored
@ -78,7 +78,7 @@ done
|
||||
|
||||
# Redirect to git apply if available
|
||||
if [ "$nogit" -eq 0 ] && command -v git >/dev/null 2>&1; then
|
||||
exec git apply "$@"
|
||||
exec git apply --whitespace=nowarn "$@"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user