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
9310b44c
Commit
9310b44c
authored
Feb 18, 2017
by
neil
Committed by
GitHub
Feb 18, 2017
Browse files
Merge pull request #635 from Neilpang/dev
fix for freebsd
parents
b88e64f0
64802502
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
9310b44c
...
...
@@ -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"
...
...
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