util/activate.sh was including toolchain path twice in echo
This commit is contained in:
parent
5688627461
commit
b9e53e6042
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user