https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7295

Patrick Welche <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Patrick Welche <[email protected]> ---
Maybe I should phrase this more strongly:

Currently, you
1) read the script to find the perl path from the #! line
2) read the environment variable $^X aka EXECUTABLE_NAME
3) hope that 1) == 2)
   if it is, all is well and execute
4) execute using the environment variable

The logic suggests that the #! line is the one to trust, not the
environment variable, and you already do the hard work to read that
line. The attached patch implements what appears to be the logic you
intend.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to