Commit 9310b44c authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #635 from Neilpang/dev

fix for freebsd
parents b88e64f0 64802502
......@@ -1582,7 +1582,7 @@ _send_signed_request() {
_debug2 original "$response"
response="$(echo "$response" | _normalizeJson)"
responseHeaders="$(<"$HTTP_HEADER")"
responseHeaders="$(cat "$HTTP_HEADER")"
_debug2 responseHeaders "$responseHeaders"
_debug2 response "$response"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment