gitapply.sh: Fix typo in comment.

This commit is contained in:
Sebastian Lackner 2014-08-07 03:37:03 +02:00
parent 5d5b230c5a
commit 7d225dbb57

View File

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