From 9d4e3c762f0742f26d458e84f51559821aecc452 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 22 Aug 2015 16:52:46 +0200 Subject: sfeed_update: simplify path (only $sfeedpath now) --- sfeed_opml_import.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sfeed_opml_import.c') diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c index a2e2082..248d4c2 100644 --- a/sfeed_opml_import.c +++ b/sfeed_opml_import.c @@ -90,10 +90,7 @@ main(void) parser.xmltagend = xml_handler_end_element; fputs( - "# paths\n" - "# NOTE: make sure to uncomment all these if you change it.\n" - "#sfeedpath=\"$HOME/.sfeed\"\n" - "#sfeeddir=\"${sfeedpath}/feeds\"\n" + "#sfeedpath=\"$HOME/.sfeed/feeds\"\n" "\n" "# list of feeds to fetch:\n" "feeds() {\n" -- cgit v1.2.3