gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: This break rssg. I'll rewrite this part.


From: gnunet
Subject: [www] branch master updated: This break rssg. I'll rewrite this part.
Date: Mon, 11 Nov 2019 20:44:33 +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 74b3565  This break rssg. I'll rewrite this part.
74b3565 is described below

commit 74b35653f95096d2f5230b8ca3a0a75c5a5dead5
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 11 19:41:37 2019 +0000

    This break rssg. I'll rewrite this part.
    
    Revert "rssg: remove -f from readlink."
    
    This reverts commit 0e8591fd53523a6e45e5f209e3daba67ecaea0b9.
---
 rssg | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rssg b/rssg
index 8e11e53..e21974f 100755
--- a/rssg
+++ b/rssg
@@ -29,8 +29,7 @@ main () {
        test -f "$1" || no_file "$1"
 
 
-       # index_file=$(readlink -f "$1")
-        index_file=$(readlink "$1")
+       index_file=$(readlink -f "$1")
        test -z "${index_file##*html}" && html=$(cat "$index_file")
        test -z "${index_file##*md}" && html=$(md_to_html "$index_file")
        test -n "$html" || usage

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



reply via email to

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