The sym-links in the package directory can have double slashes #1038
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
<img src="https://avatars.githubusercontent.com/u/1343914?v=3" align="left" width="96" height="96"hspace="10"> Issue by sgjesse
Originally opened as dart-lang/sdk#19819
If you are running as root with HOME set to / the sym-links in the package directory will start with two slashed. e.g.:
lrwxrwxrwx 1 root root 51 Jul 3 10:27 path -> //.pub-cache/hosted/pub.dartlang.org/path-1.2.1/lib
Running as root this way is common when using a Docker container which is already confined.
(this is not a big issue :-) - just looks odd)
The text was updated successfully, but these errors were encountered: