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
e51bef6d
Commit
e51bef6d
authored
Nov 11, 2016
by
neilpang
Browse files
fix shellcheck warnings.
parent
4bd31f49
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
e51bef6d
...
@@ -316,7 +316,7 @@ _h2b() {
...
@@ -316,7 +316,7 @@ _h2b() {
fi
fi
ic
=
"
$(
_h_char_2_dec
"
$ic
"
)
"
ic
=
"
$(
_h_char_2_dec
"
$ic
"
)
"
jc
=
"
$(
_h_char_2_dec
"
$jc
"
)
"
jc
=
"
$(
_h_char_2_dec
"
$jc
"
)
"
printf
'\'
"
$(
printf
"%o"
"
$(
_math
"
$ic
"
\*
16 +
$jc
)
"
)
"
printf
'\'
"
$(
printf
"%o"
"
$(
_math
"
$ic
"
\*
16 +
$jc
)
"
)
"
"%s"
fi
fi
i
=
"
$(
_math
"
$i
"
+ 2
)
"
i
=
"
$(
_math
"
$i
"
+ 2
)
"
...
...
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