0
0
mirror of https://gitlab.winehq.org/wine/wine-staging.git synced 2025-01-28 22:04:43 -08:00

Merge pull request from anish/patch-1

Update gitapply.sh (Turn off whitespace warnings)
This commit is contained in:
slackner 2014-04-10 04:08:07 +02:00
commit f6d14c47ec

@ -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