summaryrefslogtreecommitdiff
path: root/security/tor/files/patch-doc_asciidoc-helper.sh
blob: 966f76b73f35f8d83ed97232033b7ea58999f278 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- doc/asciidoc-helper.sh.orig	2023-08-30 12:58:59 UTC
+++ doc/asciidoc-helper.sh
@@ -12,9 +12,6 @@ if [ $# != 3 ]; then
     exit 1
 fi
 
-SOURCE_DATE_EPOCH="$(git -C "$(dirname "$0")" show --no-patch --format='%ct')"
-export SOURCE_DATE_EPOCH
-
 output=$3
 
 if [ "$1" = "html" ]; then