Browse Source

[build-ttf.sh] fix shellcheck SC2155 error

Chris Simpkins 6 years ago
parent
commit
3a85a7679c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build-ttf.sh

+ 2 - 1
build-ttf.sh

@@ -15,7 +15,8 @@
 
 # set SOURCE_DATE_EPOCH to git commit date/time to support reproducible builds
 # at any git commit
-export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
+SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD)
+export SOURCE_DATE_EPOCH
 
 # default build tooling definitions
 TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint"