shithub: shithub

Download patch

ref: 454ee0ea39774ae9bbed3745c6b8675a134e733b
parent: 9383dc56718d09e7e92d5ff4347205d0767bf600
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Oct 24 12:00:46 EDT 2021

feed: fixup

--- a/feed
+++ b/feed
@@ -12,7 +12,7 @@
 	message=`{htcat $gitfs/object/$phash/msg | sed 1q}
 	description=`''{htcat $gitfs/object/$phash/msg}
 	date=`{date -uf$dfmt `{mtime $gitfs/object/$phash/msg |awk '{print $1}'}}
-	author=`"{htcat $gitfs/object/$phash/author | sed 's/(.*) <(.*)>/\2 (\1)/g'}
+	author=`"{sed 's/(.*) <(.*)>/\2 (\1)/g' < $gitfs/object/$phash/author}
 	echo '	<item>
 		<guid>'$"guid'</guid>
 		<pubDate>'$"date'</pubDate>