ifiht (Mikal R)
- Login: ifiht
- Registered on: 11/14/2022
- Last sign in: 11/14/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/19/2022
-
10:45 PM Ruby Bug #19130: MRI failing when executing shell builtin commands with Errno::ENOENT
- Is there a ruby-specific list then of what gets implemented? Seems like `type` is both included in the POSIX spec (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/type.html) and the Bourne Shell, but not Ruby:
```
└$ /bin/sh -...
11/14/2022
-
02:00 AM Ruby Bug #19130 (Closed): MRI failing when executing shell builtin commands with Errno::ENOENT
- Sorry if this came up already, Google & Redmine came up blank but maybe I missed it. Bug was found on 3.0.0 but I tested on 3.2.0-preview1 and it's present on both.
Trying to execute any shell builtin commands from irb or script fails...