Explorar o código

bugfix, bad variable for file path check

Chris Simpkins %!s(int64=8) %!d(string=hai) anos
pai
achega
19a2b9390e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -63,7 +63,7 @@ fi
 # ttfautohint installed
 #   - tests for install to local path from ttfautohint-build.sh script
 #   - if not found on this path, tests for install on system PATH - if found, revises TTFAH to the string "ttfautohint" for execution of instruction sets
-if ! [ -f "$LOCAL_TTFAH" ]
+if ! [ -f "$TTFAH" ]
 	then
 	    if ! which ttfautohint
 	    	then