Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
dfdc402f
Commit
dfdc402f
authored
Aug 25, 2016
by
neil
Browse files
fix typo
parent
73ba54a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
dfdc402f
...
...
@@ -731,7 +731,7 @@ _mktemp() {
_inithttp
()
{
if
[
-z
"
$HTTP_HEADER
"
]
||
!
touch
"HTTP_HEADER"
;
then
if
[
-z
"
$HTTP_HEADER
"
]
||
!
touch
"
$
HTTP_HEADER
"
;
then
HTTP_HEADER
=
"
$(
_mktemp
)
"
_debug2 HTTP_HEADER
"
$HTTP_HEADER
"
fi
...
...
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