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/blog | |
| parent | 8ec5e261d4595be479406281c27da654f77e6630 (diff) | |
replace 'source' with '.' in rss.uppxml for POSIX compatibility
Diffstat (limited to 'http/src/blog')
| -rw-r--r-- | http/src/blog/rss.uppxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/src/blog/rss.uppxml b/http/src/blog/rss.uppxml index 3572368..78800aa 100644 --- a/http/src/blog/rss.uppxml +++ b/http/src/blog/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="$(echo ${post} | cut -c1-$(( ${#post} - 13 )) )" -source "${SRC}/blog/${post}.args" +. "${SRC}/blog/${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> |
