scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

commit 9c82d46cf5163f66d5cd856554b49303519ea48b
parent 1ff92630d617ab17919ed926d971f2046e5dc288
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  3 Mar 2019 09:10:45 -0700

Fix SOURCE_DATE_EPOCH test w/busybox date

Diffstat:
Mtest/preamble | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/preamble b/test/preamble @@ -70,7 +70,7 @@ test-manual(8) "" "Header" EOF end 0 -export SOURCE_DATE_EPOCH=$(date --date="2017-12-09 23:18:57 -0500" +'%s') +export SOURCE_DATE_EPOCH=$(date --date="2017-12-09 23:18:57" +'%s') begin "Supports \$SOURCE_DATE_EPOCH" scdoc <<EOF | grep '^\.TH "reproducible-manual" "8" "2017-12-10"' >/dev/null