Skip to content

Commit 3a85a76

Browse files
committed
[build-ttf.sh] fix shellcheck SC2155 error
1 parent 762a10c commit 3a85a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-ttf.sh

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

1616
# set SOURCE_DATE_EPOCH to git commit date/time to support reproducible builds
1717
# at any git commit
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)