fursten (Mårten Svantesson)
- Login: fursten
- Registered on: 08/23/2016
- Last sign in: 08/23/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/23/2016
-
11:36 AM Ruby Feature #12695 (Closed): File.expand_path should resolve ~/ using /etc/passwd when HOME is not set
- I would expect a call like File.expand_path('~/.ssh/known_hosts') to work even though HOME is not set.
A reason this is important to fix is that libraries (in my use case Net::SSH) do calls like File.expand_path('~/.ssh/known_hosts'),...