]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
minor fix comments
authorneilpang <github@byneil.com>
Sun, 5 Mar 2017 11:56:06 +0000 (19:56 +0800)
committerneilpang <github@byneil.com>
Sun, 5 Mar 2017 11:56:06 +0000 (19:56 +0800)
acme.sh

diff --git a/acme.sh b/acme.sh
index 38bed5f63fc4ad4433313bd8e254439c0ebafa0e..d6ed13a4732c2da63e1fbe80d09a9399008c849d 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -1279,12 +1279,12 @@ _url_replace() {
 }
 
 _time2str() {
-  #BSD
+  #Linux
   if date -u -d@"$1" 2>/dev/null; then
     return
   fi
 
-  #Linux
+  #BSD
   if date -u -r "$1" 2>/dev/null; then
     return
   fi