-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b84
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141741 | emb-9 | Magnus Ihse Bursie | P3 | Resolved | Fixed | team |
If the PATH contains a directory with a # in it's name, we will store ORIGINAL_PATH=...#... in spec.gmk.
However, this will result in make cutting the line at #, believing the rest to be a comment.
Unfortunately, having directories named # is not so esoteric it at first seems, since Microsoft Visual Studio typically adds it's F# implementation to the PATH. :-(
However, this will result in make cutting the line at #, believing the rest to be a comment.
Unfortunately, having directories named # is not so esoteric it at first seems, since Microsoft Visual Studio typically adds it's F# implementation to the PATH. :-(
- backported by
-
JDK-8141741 ORIGINAL_PATH is broken if PATH contains directory with "#" in it's name
-
- Resolved
-
- relates to
-
JDK-8009315 F# on PATH breaks Cygwin tools (mkdir, echo, mktemp ...)
-
- Resolved
-