commit 62f505efd8583756c0df95975e10acea49a3f7c2 parent d18b118bccb4543975376fa5890bf72a83637620 Author: David Goulet <dgoulet@torproject.org> Date: Tue, 24 May 2022 13:10:14 -0400 Merge branch 'tor-gitlab/mr/566' Diffstat:
| M | doc/asciidoc-helper.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/asciidoc-helper.sh b/doc/asciidoc-helper.sh @@ -12,7 +12,7 @@ if [ $# != 3 ]; then exit 1 fi -SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')" +SOURCE_DATE_EPOCH="$(git -C "$(dirname "$0")" show --no-patch --format='%ct')" export SOURCE_DATE_EPOCH output=$3