summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.sh b/init.sh
index bede22993..9ddf66565 100755
--- a/init.sh
+++ b/init.sh
@@ -332,9 +332,9 @@ else
./ttfautohint-build.sh
popd >/dev/null
mv -f \
- /root/ttfautohint-build/ttfautohint*/frontend/ttfautohint \
+ "$HOME"/ttfautohint-build/ttfautohint*/frontend/ttfautohint \
"ttfautohint-${AUTOHINT_VERSION}"
- rm -rf /root/ttfautohint-build ttfautohint-build
+ rm -rf "$HOME"/ttfautohint-build ttfautohint-build
popd >/dev/null
fi
LINK=true