jcaesar (Julius Caesar)
- Login: jcaesar
- Registered on: 10/07/2012
- Last sign in: 12/11/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/11/2012
-
06:05 AM Ruby Bug #7489: Kernel.spawn sometimes executes string directly
- Thanks for the response. My only comment is that the
behaviour you describe is not documented (unless I'm
missing something), and should be.
By the way, I was unaware of your reply until a short
time ago. For some reason, I was n...
12/02/2012
-
02:58 AM Ruby Bug #7489 (Closed): Kernel.spawn sometimes executes string directly
- Kernel.spawn throws an exception in certain cases where it shouldn't.
It seems to attempt to execute the command directly, rather than passing
it to the shell.
See the demo script below. What should happen, when I run this script,
...