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
f4312b44
Commit
f4312b44
authored
Apr 17, 2016
by
neil
Browse files
fix
parent
00a50605
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
f4312b44
...
...
@@ -30,7 +30,7 @@ fi
_URGLY_PRINTF
=
""
if
[
"
$(
printf
'\x41'
)
"
=
'
\x41
'
]
;
then
if
[
"
$(
printf
'\x41'
)
"
!
=
'
A
'
]
;
then
_URGLY_PRINTF
=
1
fi
...
...
@@ -132,6 +132,7 @@ _h2b() {
uselet
=
"1"
fi
_debug uselet
"
$uselet
"
_debug _URGLY_PRINTF
"
$_URGLY_PRINTF
"
while
[
'1'
]
;
do
if
[
-z
"
$_URGLY_PRINTF
"
]
;
then
h
=
$(
printf
$hex
|
cut
-c
$i
-
$j
)
...
...
@@ -150,8 +151,8 @@ _h2b() {
printf
'\'
"
$(
printf
%o
"
$(
_math
$ic
\*
16 +
$jc
)
"
)
"
fi
if
[
"
$uselet
"
]
;
then
let
"i+=2"
let
"j+=2"
let
"i+=2"
>
/dev/null
let
"j+=2"
>
/dev/null
else
i
=
"
$(
_math
$i
+ 2
)
"
j
=
"
$(
_math
$j
+ 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