Skip to content

Commit

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

0 comments on commit 35f981d

Please sign in to comment.