Browse Source

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

emacs-27
Leonid Plyushch 6 years ago
parent
commit
19fb9365f2
No known key found for this signature in database GPG Key ID: 45F2964132545795
  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