Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
64802502
Commit
64802502
authored
Feb 18, 2017
by
neilpang
Browse files
fix for freebsd
parent
c7043299
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
64802502
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment