diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-22 17:37:18 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-22 17:37:18 +0100 |
| commit | 4437e86f72979602e6d77c5c6c9c3a5f617d5ded (patch) | |
| tree | 89e94d64387b9954393e105b32e790e477d512cb /http/src/microlog | |
| parent | 8ec5e261d4595be479406281c27da654f77e6630 (diff) | |
replace 'source' with '.' in rss.uppxml for POSIX compatibility
Diffstat (limited to 'http/src/microlog')
| -rw-r--r-- | http/src/microlog/rss.uppxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/src/microlog/rss.uppxml b/http/src/microlog/rss.uppxml index 6c17088..503ca1c 100644 --- a/http/src/microlog/rss.uppxml +++ b/http/src/microlog/rss.uppxml @@ -17,7 +17,7 @@ NOW_RFC_822="$(TZ=UT date +"%a, %d %b %Y %H:%M:%S UT")" #! for post in $POSTS; do POST_ID="${post::${#post}-17}" -source "${SRC}/microlog/${post}.args" +. "${SRC}/microlog/${post}.args" DATE_PUBLISHED_RFC_822="$(TZ=UT date --date="$( echo "${POST_ID}" | cut -c1-10)" +"%a, %d %b %Y %H:%M:%S UT")" #! <item> |
