mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
gitapply.sh: Fix typo in comment.
This commit is contained in:
parent
5d5b230c5a
commit
7d225dbb57
2
debian/tools/gitapply.sh
vendored
2
debian/tools/gitapply.sh
vendored
@ -416,7 +416,7 @@ for offset in $(awk '/^diff --git /{ print FNR; }' "$tmpfile"); do
|
||||
abort "Checksum mismatch for patched $patch_newname (expected: $patch_newsha1, got $sha)."
|
||||
fi
|
||||
|
||||
# Apply the patch - copy literal patch to destination patch
|
||||
# Apply the patch - copy literal patch to destination path
|
||||
if ! cp "$literal_tmpfile" "$patch_newname"; then
|
||||
rm "$literal_tmpfile"
|
||||
abort "Unable to replace $patch_newname with patched file."
|
||||
|
Loading…
Reference in New Issue
Block a user