gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: fix?


From: gnunet
Subject: [www] branch master updated: fix?
Date: Mon, 04 Nov 2019 18:11:29 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 2f79ffc  fix?
2f79ffc is described below

commit 2f79ffc9c4d6f200c787b6f8a361ac5e49af1227
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 4 17:08:48 2019 +0000

    fix?
---
 rssg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rssg b/rssg
index 7f5373c..e21974f 100755
--- a/rssg
+++ b/rssg
@@ -141,8 +141,9 @@ date_rfc_822() {
 
 
 feed_date_rfc_822() {
-         if date --version >/dev/null 2>&1; then
-             date -d "$(echo "$1")" --rfc-822
+        if date --version >/dev/null 2>&1; then
+            k="$($1)"
+            date -d "$(echo "$k")" --rfc-822
        else
            date -j '+%a, %d %b %Y %H:%M:%S %z' \
                 "$(echo "$1"| tr -cd '[:digit:]')0000"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]