We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d807ae8 commit e321ac6Copy full SHA for e321ac6
posix.mak
@@ -563,7 +563,7 @@ $G/dlangspec.verbatim.txt : $G/dlangspec-consolidated.d $(DMD) verbatim.ddoc
563
564
$G/dblog_latest.ddoc:
565
@echo "Receiving the latest DBlog article. Disable with DIFFABLE=1"
566
- curl -s --retry 3 --retry-delay 5 http://blog.dlang.org | grep -m1 'entry-title' | \
+ curl -s --retry 3 --retry-delay 5 -L http://blog.dlang.org | grep -m1 'entry-title' | \
567
sed -E 's/^.*<a href="(.+)" rel="bookmark">([^<]+)<\/a>.*<time.*datetime="[^"]+">([^<]*)<\/time>.*Author *<\/span><a [^>]+>([^<]+)<\/a>.*/DBLOG_LATEST_TITLE=\2|DBLOG_LATEST_LINK=\1|DBLOG_LATEST_DATE=\3|DBLOG_LATEST_AUTHOR=\4/' | \
568
tr '|' '\n' > $@
569
0 commit comments