Replies: 1 comment 3 replies
-
Can you share the I've seen that kind of "prelude" (first two lines) in the past in scripts generated when compiling Ruby with the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a weird binstub in my repo:
I regenerated it with
bin/bundle binstubs pry --force --standalone
, but then "expectedly", it leads to/usr/bin/env: ‘jruby’: No such file or directory
(I understand that theexec
line is there, becausejruby
is not on my path).For the record, regenerated (both with and without
--standalone
) it gives a "different" resultHowever, it leads to
bin/pr:5: warning: unused literal ignored
, which I detest.Beta Was this translation helpful? Give feedback.
All reactions