Hello all you creative creators,

there is a small bug in reLyX.cmd of 1.0.1 release version:


-w option is declared two times and my perl (v. 5.004_55 for OS/2)
reads 
        perl - -w

So we must change the first lines to:

        extproc perl.exe -Sw
        #!perl
        # This file is part of reLyX, copyright (c) 1998 Amir Karger
        # You are free to use and modify this code under the terms of
        # the GNU General Public Licence version 2 or later.
        
        ############################# reLyX wrapper
        use strict;
        use File::Basename;
        # $^W = 1; # same as 'perl -w'


Please do not apply with 'patch'! Unfortunately the OS/2 port of ReXX
reads only files in DOS-text format.

So I mime attached the script as InfoZip-file (I must use .zip format
as it properly handles OS/2 extended attributes). Beware: The newest
cvs-changes have not been applied.


Greetings,

        Arnd




reLyX.cmd.zip

Reply via email to