Add missing woff2 patch. Closes #20

This commit is contained in:
Rasmus Andersson 2017-08-31 07:39:28 -07:00
parent e9267ab4bc
commit da49fd5536
3 changed files with 39 additions and 2 deletions

View file

@ -288,7 +288,12 @@ else
# summary
if ! $VENV_ACTIVE; then
echo "You now need to activate virtualenv by:"
echo " source '$0'"
if [ "$0" == "./init.sh" ]; then
# pretty format for common case
echo " source init.sh"
else
echo " source '$0'"
fi
echo "Or directly by sourcing the activate script:"
echo " source '$VENV_DIR/bin/activate'"
fi