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 30bb4a0 commit 762a10cCopy full SHA for 762a10c
build-subsets.sh
@@ -15,7 +15,8 @@
15
# //////////////////////////////////////////////////////////////////////
16
17
# set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
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