You don't invoke pipe.cls by typing it on a command line. It is only used by inclusion within another program via ::REQUIRES. There's no point in it having a shebang, because it is not intended that it be invoked from a command line.
Rick On Sat, Mar 13, 2021 at 7:47 AM P.O. Jonsson <oor...@jonases.se> wrote: > Ok, I erase my note then so it won’t happen again. > > What do you mean with „top-level“ ? In the samples pipe.cls is for > instance required from usepipe.rex, how does that make the class > „top-level? Just curious. > > Hälsningar/Regards/Grüsse, > P.O. Jonsson > oor...@jonases.se > > > > Am 13.03.2021 um 13:40 schrieb Rick McGuire <object.r...@gmail.com>: > > ..cls are intended to be run as top-level program files. They should NOT > have shebangs. You already asked this question once before, the answer has > not changed. > > Rick > > On Sat, Mar 13, 2021 at 7:37 AM P.O. Jonsson <oor...@jonases.se> wrote: > >> On some linux installations I noticed that the .cls files were marked as >> non-executables because they had no shebang line. Since the .cls files >> contains executable rexx code I think they should have the shebang. >> >> I compared to ooRexx 4.2 and all samples classes (named .rex at the time >> ) had a shebang. This is missing in all .cls files currently and it is >> suggested to change all .cls files to include the chebang. >> >> Any objections? >> >> Hälsningar/Regards/Grüsse, >> P.O. Jonsson >> oor...@jonases.se >> >> >> >> _______________________________________________ >> Oorexx-devel mailing list >> Oorexx-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/oorexx-devel >> > _______________________________________________ > Oorexx-devel mailing list > Oorexx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > > _______________________________________________ > Oorexx-devel mailing list > Oorexx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-devel >
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel