We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762a10c commit 3a85a76Copy full SHA for 3a85a76
build-ttf.sh
@@ -15,7 +15,8 @@
15
16
# set SOURCE_DATE_EPOCH to git commit date/time to support reproducible builds
17
# at any git commit
18
-export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
+SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
19
+export SOURCE_DATE_EPOCH
20
21
# default build tooling definitions
22
TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint"
0 commit comments