Browse Source

dart: add '$HOME/.pub-cache/bin' to PATH instead of '$HOME/.pub-cache'

android-5
Leonid Plyushch 6 years ago
committed by Fredrik Fornwall
parent
commit
d267713925
  1. 4
      packages/dart/dart-pub-bin.sh

4
packages/dart/dart-pub-bin.sh

@ -1,3 +1,3 @@
# Executables installed with 'pub global activate' are available
# in directory $HOME/.pub-cache.
export PATH="$HOME/.pub-cache:$PATH"
# in directory $HOME/.pub-cache/bin.
export PATH="$HOME/.pub-cache/bin:$PATH"

Loading…
Cancel
Save