Commit 62f505ef authored by David Goulet's avatar David Goulet 🐼
Browse files

Merge branch 'tor-gitlab/mr/566'

parents d18b118b 160bf44c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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