Skip to content

Commit 26a1fb1

Browse files
authored
Update ttfautohint-build.sh
1 parent 52dd4e5 commit 26a1fb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ttfautohint-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
#
3535

3636
OS="$(uname -s)"
37-
BUILD_DIR="ttfautohint-build"
3837

3938
# The build directory.
39+
BUILD_DIR="ttfautohint-build"
4040
if [[ "$OS" == "Darwin"* ]]; then
4141
BUILD="$HOME/Library/Caches/$BUILD_DIR"
4242
elif [[ "$OS" == "Linux"* ]]; then
4343
BUILD="${XDG_CACHE_HOME:-$HOME/.cache}/$BUILD_DIR"
4444
else
4545
echo "warn: OS not recognized"
46-
BUILD_PATH="$HOME/ttfautohint-build"
46+
BUILD="$HOME/$BUILD_DIR"
4747
fi
4848
INST="$BUILD/local"
4949

0 commit comments

Comments
 (0)