We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6900564 commit 52dd4e5Copy full SHA for 52dd4e5
1 file changed
ttfautohint-build.sh
@@ -38,14 +38,14 @@ BUILD_DIR="ttfautohint-build"
38
39
# The build directory.
40
if [[ "$OS" == "Darwin"* ]]; then
41
- BUILD_PATH="$HOME/Library/Caches/$BUILD_DIR"
+ BUILD="$HOME/Library/Caches/$BUILD_DIR"
42
elif [[ "$OS" == "Linux"* ]]; then
43
- BUILD_PATH="${XDG_CACHE_HOME:-$HOME/.cache}/$BUILD_DIR"
+ BUILD="${XDG_CACHE_HOME:-$HOME/.cache}/$BUILD_DIR"
44
else
45
echo "warn: OS not recognized"
46
BUILD_PATH="$HOME/ttfautohint-build"
47
fi
48
-INST="$BUILD_PATH/local"
+INST="$BUILD/local"
49
50
# Excepted build binary path
51
TTFAUTOHINT_BIN="$INST/bin/ttfautohint"
0 commit comments