Merge branch 'tor-gitlab/mr/566'

This commit is contained in:
David Goulet 2022-05-24 13:10:14 -04:00
commit 62f505efd8

View file

@ -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