Fair enough.
Here is a [longer] patch to remove all of the she-bang lines, then.
- James
Brent Royal-Gordon via RT wrote:
>James deBoer <parrotbug-follo
...@parrotcode.org> wrote:
>>There are a number of .pl files within parrot/config.
>>Some of them have a she-bang line at the beginning of the script, others
>>do not.
>>This patch simply adds '#! perl -w' to the top of any script that didn't
>>have this line already.
>These scripts can only be run by Configure "do"ing them. I don't
>think it really makes sense for them to have shebang lines.