Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tilde (~) does not expand in dart executable on mac and linux #8535

Closed
DartBot opened this issue Feb 14, 2013 · 1 comment
Closed

tilde (~) does not expand in dart executable on mac and linux #8535

DartBot opened this issue Feb 14, 2013 · 1 comment
Labels
closed-duplicate Closed in favor of an existing report

Comments

@DartBot
Copy link

DartBot commented Feb 14, 2013

This issue was originally filed by ericarnol...@google.com


Steps to reproduce

FAILS:
dart --package-root=~/your_package_root

SUCCEEDS:
dart --package-root=$HOME/your_package_root

Try this:
$ echo --thisworks=$HOME thisworks=/src --thisdoesnt=/src
--thisworks=/Users/ericarnold thisworks=/Users/ericarnold/src --thisdoesnt=~/src

We should probably expand the ~ when we see it in the --param=<value>

@dgrove
Copy link
Contributor

dgrove commented Feb 14, 2013

Added Duplicate label.
Marked as being merged into #2930.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

2 participants