mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
12 lines
289 B
Bash
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
|