Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jun 3, 2024
1 parent 9204abd commit a7e29ae
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 @@ -373,7 +373,7 @@ _VER="$1"
options+=' -DBUILD_CURL_EXE=OFF'
fi
patch="${_NAM}${_PATCHSUFFIX}.patch"
patch="../${_NAM}${_PATCHSUFFIX}.patch"
if [ -f "${patch}" ]; then
patchstamp="$(grep -E -o '[a-f0-9]{32,}' "${patch}" | cut -c -8 | tr $'\n' ' ' | sed -e 's/ $//')"
[ -n "${patchstamp}" ] && CPPFLAGS+=" -DCURL_PATCHSTAMP=\\\"${patchstamp}\\\""
Expand Down

0 comments on commit a7e29ae

Please sign in to comment.