浏览代码

bugfix, bad variable for file path check

Chris Simpkins 7 年之前
父节点
当前提交
19a2b9390e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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