On Fri, Nov 16, 2018 at 10:19 AM René Jansen <[email protected]> wrote:
> No, it is not, in the second example the env executable looks if there is > a rexx on the path, the first looks for a /usr/bin/env/rexx executable. > > My proposal: > > Let’s get rid of the shebang; it outlived its usefulness > > 1) most people I know type rexx [exec name] > 2) on windows there is a mechanism to trigger filename suffices to an > executable; it is not often used > 3) most modern unix shells like bash and zsh have a mechanism to alias a > suffix to an executable; this is what I and my friends use > > So in short, it is not used, it is not needed, it makes for a lot of > discussion. > I disagree. There is no harm in leaving it in, and I'm not willing to deal with all the complaints from people who expect it to be there. However, to address PO's specific question, it makes no sense to have a shebang line in a .cls file in the first place since they are not intended to be invoked as a command from the shell. The line is wrong, but irrelevant, and should be removed. The latest test versions are always available from svn: https://svn.code.sf.net/p/oorexx/code-0/test/trunk Rick > Let’s hear if you agree with me that it is some bothersome thing from the > past. > (And everybody who wants to use it on their system, can edit it in > themselves). > > best regards, > > René. > > On 16 Nov 2018, at 10:46, P.O. Jonsson <[email protected]> wrote: > > Dear developers, > > is the shebang *#! /usr/bin/env/rexx* the same as *#! /usr/bin/env rexx* > ? > > The reason I ask is that I have a file WinUtils.cls where the former is > present and the latter seems to be the preferred option in CMakelists.txt > > If I want to collect the latest/current tools used when creating test > cases (ooTest.frm, OOREXXUNIT.CLS WinUtils.cls), where do I find them ? > https://sourceforge.net/projects/oorexx/files/oorexxunit/ does not > contain a folder for ooRexx5.0.0 and the 4.2 directory is from 2014. > > Von meinen Macbook gesendet > > Hälsningar/Regards/Grüsse, > P.O. Jonsson > [email protected] > > > > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel >
_______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
