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
e538a13e
Commit
e538a13e
authored
Mar 05, 2017
by
neil
Committed by
GitHub
Mar 05, 2017
Browse files
Merge pull request #698 from Neilpang/dev
minor fix comments
parents
6b00787f
6fb2a1ed
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
e538a13e
...
@@ -1279,12 +1279,12 @@ _url_replace() {
...
@@ -1279,12 +1279,12 @@ _url_replace() {
}
}
_time2str
()
{
_time2str
()
{
#
BSD
#
Linux
if
date
-u
-d
@
"
$1
"
2>/dev/null
;
then
if
date
-u
-d
@
"
$1
"
2>/dev/null
;
then
return
return
fi
fi
#
Linux
#
BSD
if
date
-u
-r
"
$1
"
2>/dev/null
;
then
if
date
-u
-r
"
$1
"
2>/dev/null
;
then
return
return
fi
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