mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Merge branch 'tor-gitlab/mr/566'
This commit is contained in:
commit
62f505efd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue