ports/security/tor/files/patch-doc_asciidoc-helper.sh
2023-09-01 17:50:39 -07:00

12 lines
289 B
Bash

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