Unless you are only using the shell from msys, and using the Strawberry perl installation. This is as the OP stated.

I actually agree that Strawberry is not the proper place for the bug report. I would argue that it is a bug in the original packages that are included in the Strawberry distribution. Even if not on Strawberry with an msys shell, the same thing can happen with multiple perl installations under unix. If the shebang is hardcoded in the distribution and the installation script does not rewrite the shebang line to the full path of the perl installation it is installed into, the script will use the wrong perl when executing itself. Under unix, it appears that the script gets rewritten (at least what I could test). Under Strawberry, it does not look like it does.

An interesting scenario probably best to be avoided.

--MidLifeXis


In reply to Re^3: perldoc GIT bash by MidLifeXis
in thread perldoc GIT bash by tmulher

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.