util/activate.sh was including toolchain path twice in echo

This commit is contained in:
K. Lange 2018-03-21 17:38:27 +09:00 committed by Kevin Lange
parent 5688627461
commit b9e53e6042

View File

@ -3,4 +3,4 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export PATH="$DIR/local/bin:$PATH"
export TOOLCHAIN="$DIR"
echo "$DIR/local/bin:$PATH"
echo "$PATH"