Skip to content

Commit

Permalink
fixup-2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jun 4, 2024
1 parent 6fa3fe4 commit 2d6179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ _VER="$1"
fi
patch="${_NAM}${_PATCHSUFFIX}.patch"
if [ -f "${patch}" ]; then
if [ -f "../${patch}" ]; then
hash="$(git -C .. log -1 '--pretty=format:%h' -- "${patch}")"
if [ -n "${hash}" ]; then
patchstamp="https://github.com/curl/curl-for-win/blob/${hash}/${patch}"
Expand Down

0 comments on commit 2d6179b

Please sign in to comment.