You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you'll get an empty string (on Linux at least). If you add #!/bin/bash to the top of the echotest file it works as expected, returning "TEST\n". In MRI, and back in jruby 1.7, both versions of the file worked fine. Pretty insignificant, but just thought I'd throw it out there:)
The text was updated successfully, but these errors were encountered:
If you have an external script /tmp/echotest
echo TEST
and then in ruby you do
`/tmp/echotest`
you'll get an empty string (on Linux at least). If you add
#!/bin/bash
to the top of the echotest file it works as expected, returning"TEST\n"
. In MRI, and back in jruby 1.7, both versions of the file worked fine. Pretty insignificant, but just thought I'd throw it out there:)The text was updated successfully, but these errors were encountered: