mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Merge pull request #3 from anish/patch-1
Update gitapply.sh (Turn off whitespace warnings)
This commit is contained in:
commit
f6d14c47ec
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