mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
10 lines
237 B
Bash
10 lines
237 B
Bash
--- doc/asciidoc-helper.sh.orig 2022-02-04 16:24:11 UTC
|
|
+++ doc/asciidoc-helper.sh
|
|
@@ -12,7 +12,6 @@ if [ $# != 3 ]; then
|
|
exit 1;
|
|
fi
|
|
|
|
-SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')"
|
|
export SOURCE_DATE_EPOCH
|
|
|
|
output=$3
|