Skip to content

Commit 762a10c

Browse files
committed
[build-subsets.sh] fix shellcheck SC2155 error
1 parent 30bb4a0 commit 762a10c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-subsets.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# //////////////////////////////////////////////////////////////////////
1616

1717
# set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds
18-
export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
18+
SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
19+
export SOURCE_DATE_EPOCH
1920

2021
# default build tooling definitions
2122
TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint"

0 commit comments

Comments
 (0)