Commit 64802502 authored by neilpang's avatar neilpang
Browse files

fix for freebsd

parent c7043299
...@@ -1582,7 +1582,7 @@ _send_signed_request() { ...@@ -1582,7 +1582,7 @@ _send_signed_request() {
_debug2 original "$response" _debug2 original "$response"
response="$(echo "$response" | _normalizeJson)" response="$(echo "$response" | _normalizeJson)"
responseHeaders="$(<"$HTTP_HEADER")" responseHeaders="$(cat "$HTTP_HEADER")"
_debug2 responseHeaders "$responseHeaders" _debug2 responseHeaders "$responseHeaders"
_debug2 response "$response" _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