2
0
Эх сурвалжийг харах

[build-ttf.sh] fix shellcheck SC2155 error

Chris Simpkins 6 жил өмнө
parent
commit
3a85a7679c
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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"