Opened 14 years ago
Closed 11 years ago
#6184 closed enhancement (fixed)
Provide virtual symlink of /usr/bin => /bin
Reported by: | Tass | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/libroot.so | Version: | R1/Development |
Keywords: | Cc: | andreasf | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
... for compability with a lot of scripts written with a shebang like #!/usr/bin/env ruby
Change History (5)
comment:1 by , 14 years ago
Component: | - General → System/libroot.so |
---|---|
Owner: | changed from | to
Version: | R1/alpha2 → R1/Development |
comment:2 by , 14 years ago
Just a note. This was also briefly discussed on the HaikuPorts mailing list several months ago. I think unfortunately we'll need some kind of 'magic' to handle this as changing upstream software will be difficult.
comment:3 by , 14 years ago
Cc: | added |
---|
comment:4 by , 14 years ago
Summary: | Symlink /usr/bin/env => /bin/env → Provide virtual symlink of /usr/bin => /bin |
---|
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Resolved in hrev46213.
Thanks Olta!
Note:
See TracTickets
for help on using tickets.
We could even build it into our runtime loader, or unistd/exec.cpp; it should only do so if /usr/bin/env does not exist, though.