richter     00/06/18 21:22:59

  Modified:    .        Tag: Embperl2 embpcgi.bat embpcgi.pl
                        embpcgi.test.bat embpcgi.test.pl embpexec.bat
                        embpexec.pl
  Log:
  Embperl 2
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.13  +2 -2      embperl/embpcgi.bat
  
  Index: embpcgi.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.bat,v
  retrieving revision 1.7.2.12
  retrieving revision 1.7.2.13
  diff -u -r1.7.2.12 -r1.7.2.13
  --- embpcgi.bat       2000/06/18 19:27:53     1.7.2.12
  +++ embpcgi.bat       2000/06/19 04:22:57     1.7.2.13
  @@ -1,9 +1,9 @@
   @rem = '--*-Perl-*--
   @echo off
  -D:\Perl\5.00502\bin\MSWin32-x86\perl -x %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +/usr/bin/perl -x %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
   goto endofperl
   @rem ';
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl --
  +#!/usr/bin/perl --
   #line 8
   ###################################################################################
   #
  
  
  
  1.7.2.13  +1 -1      embperl/embpcgi.pl
  
  Index: embpcgi.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.pl,v
  retrieving revision 1.7.2.12
  retrieving revision 1.7.2.13
  diff -u -r1.7.2.12 -r1.7.2.13
  --- embpcgi.pl        2000/06/18 19:27:53     1.7.2.12
  +++ embpcgi.pl        2000/06/19 04:22:57     1.7.2.13
  @@ -1,4 +1,4 @@
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl 
  +#!/usr/bin/perl 
   ###################################################################################
   #
   #   Embperl - Copyright (c) 1997-1999 Gerald Richter / ECOS
  
  
  
  1.5.2.13  +9 -1      embperl/embpcgi.test.bat
  
  Index: embpcgi.test.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.test.bat,v
  retrieving revision 1.5.2.12
  retrieving revision 1.5.2.13
  diff -u -r1.5.2.12 -r1.5.2.13
  --- embpcgi.test.bat  2000/06/18 19:27:53     1.5.2.12
  +++ embpcgi.test.bat  2000/06/19 04:22:57     1.5.2.13
  @@ -1,9 +1,17 @@
   @rem = '--*-Perl-*--
   @echo off
  -D:\Perl\5.00502\bin\MSWin32-x86\perl -x -T %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +<<<<<<< embpcgi.test.bat
  +/usr/bin/perl -x -T %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +=======
  +/usr/bin/perl -x -T %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +>>>>>>> 1.5.2.12
   goto endofperl
   @rem ';
  +<<<<<<< embpcgi.test.bat
  +#!/usr/bin/perl --
  +=======
   #!D:\Perl\5.00502\bin\MSWin32-x86\perl --
  +>>>>>>> 1.5.2.12
   #line 8
   ###################################################################################
   #
  
  
  
  1.7.2.13  +5 -1      embperl/embpcgi.test.pl
  
  Index: embpcgi.test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.test.pl,v
  retrieving revision 1.7.2.12
  retrieving revision 1.7.2.13
  diff -u -r1.7.2.12 -r1.7.2.13
  --- embpcgi.test.pl   2000/06/18 19:27:53     1.7.2.12
  +++ embpcgi.test.pl   2000/06/19 04:22:57     1.7.2.13
  @@ -1,4 +1,8 @@
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl 
  +<<<<<<< embpcgi.test.pl
  +#!/usr/bin/perl 
  +=======
  +#!/usr/bin/perl 
  +>>>>>>> 1.7.2.12
   ###################################################################################
   #
   #   Embperl - Copyright (c) 1997-1999 Gerald Richter / ECOS
  
  
  
  1.18.2.13 +2 -2      embperl/embpexec.bat
  
  Index: embpexec.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpexec.bat,v
  retrieving revision 1.18.2.12
  retrieving revision 1.18.2.13
  diff -u -r1.18.2.12 -r1.18.2.13
  --- embpexec.bat      2000/06/18 19:27:53     1.18.2.12
  +++ embpexec.bat      2000/06/19 04:22:57     1.18.2.13
  @@ -1,9 +1,9 @@
   @rem = '--*-Perl-*--
   @echo off
  -D:\Perl\5.00502\bin\MSWin32-x86\perl -x %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +/usr/bin/perl -x %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
   goto endofperl
   @rem ';
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl --
  +#!/usr/bin/perl --
   #line 8
   ###################################################################################
   #
  
  
  
  1.18.2.13 +1 -1      embperl/embpexec.pl
  
  Index: embpexec.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpexec.pl,v
  retrieving revision 1.18.2.12
  retrieving revision 1.18.2.13
  diff -u -r1.18.2.12 -r1.18.2.13
  --- embpexec.pl       2000/06/18 19:27:53     1.18.2.12
  +++ embpexec.pl       2000/06/19 04:22:57     1.18.2.13
  @@ -1,4 +1,4 @@
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl 
  +#!/usr/bin/perl 
   ###################################################################################
   #
   #   Embperl - Copyright (c) 1997-1999 Gerald Richter / ECOS
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to