mirror of
https://git.torproject.org/tor.git
synced 2025-10-06 02:22:51 +02:00
doc: fix out-of-tree build from git
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user