Merge pull request #164304 from hercules-ci/fetchpatch-typos

fetchpatch: Fix typos
This commit is contained in:
Robert Hensing
2022-03-15 21:10:59 +01:00
committed by GitHub
+2 -2
View File
@@ -54,9 +54,9 @@ fetchurl ({
"$tmpfile" > "$out"
if [ ! -s "$out" ]; then
echo "error: Filtered patch '$out$' is empty (while the original patch file was not)!" 1>&2
echo "error: Filtered patch '$out' is empty (while the original patch file was not)!" 1>&2
echo "Check your includes and excludes." 1>&2
echo "Normalizd patch file was:" 1>&2
echo "Normalized patch file was:" 1>&2
cat "$tmpfile" 1>&2
exit 1
fi