@@ -15,7 +15,7 @@
# //////////////////////////////////////////////////////////////////////
# set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
-SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
+export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
# default build tooling definitions
TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint"
@@ -13,8 +13,9 @@
#
# /////////////////////////////////////////////////////////////////
-# set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
+# set SOURCE_DATE_EPOCH to git commit date/time to support reproducible builds
+# at any git commit
@@ -140,7 +141,6 @@ if ! $FONTMAKE -u "source/Hack-BoldItalic.ufo" -o ttf
exit 1
fi
-
# Desktop ttf font post build fixes
# DSIG table fix with adapted fontbakery Python script