You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@locus.apache.org on 2000/06/07 11:47:29 UTC

cvs commit: embperl embpcgi.bat embpcgi.pl embpcgi.test.bat embpcgi.test.pl embpexec.bat embpexec.pl

richter     00/06/07 02:47:28

  Modified:    .        Tag: Embperl2 embpcgi.bat embpcgi.pl
                        embpcgi.test.bat embpcgi.test.pl embpexec.bat
                        embpexec.pl
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.6   +2 -2      embperl/embpcgi.bat
  
  Index: embpcgi.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.bat,v
  retrieving revision 1.7.2.5
  retrieving revision 1.7.2.6
  diff -u -r1.7.2.5 -r1.7.2.6
  --- embpcgi.bat	2000/06/07 09:22:53	1.7.2.5
  +++ embpcgi.bat	2000/06/07 09:47:26	1.7.2.6
  @@ -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.6   +1 -1      embperl/embpcgi.pl
  
  Index: embpcgi.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.pl,v
  retrieving revision 1.7.2.5
  retrieving revision 1.7.2.6
  diff -u -r1.7.2.5 -r1.7.2.6
  --- embpcgi.pl	2000/06/07 09:22:53	1.7.2.5
  +++ embpcgi.pl	2000/06/07 09:47:26	1.7.2.6
  @@ -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.6   +2 -2      embperl/embpcgi.test.bat
  
  Index: embpcgi.test.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.test.bat,v
  retrieving revision 1.5.2.5
  retrieving revision 1.5.2.6
  diff -u -r1.5.2.5 -r1.5.2.6
  --- embpcgi.test.bat	2000/06/07 09:22:53	1.5.2.5
  +++ embpcgi.test.bat	2000/06/07 09:47:27	1.5.2.6
  @@ -1,9 +1,9 @@
   @rem = '--*-Perl-*--
   @echo off
  -D:\Perl\5.00502\bin\MSWin32-x86\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
   goto endofperl
   @rem ';
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl --
  +#!/usr/bin/perl --
   #line 8
   ###################################################################################
   #
  
  
  
  1.7.2.6   +1 -1      embperl/embpcgi.test.pl
  
  Index: embpcgi.test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpcgi.test.pl,v
  retrieving revision 1.7.2.5
  retrieving revision 1.7.2.6
  diff -u -r1.7.2.5 -r1.7.2.6
  --- embpcgi.test.pl	2000/06/07 09:22:53	1.7.2.5
  +++ embpcgi.test.pl	2000/06/07 09:47:27	1.7.2.6
  @@ -1,4 +1,4 @@
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl 
  +#!/usr/bin/perl 
   ###################################################################################
   #
   #   Embperl - Copyright (c) 1997-1999 Gerald Richter / ECOS
  
  
  
  1.18.2.6  +2 -2      embperl/embpexec.bat
  
  Index: embpexec.bat
  ===================================================================
  RCS file: /home/cvs/embperl/embpexec.bat,v
  retrieving revision 1.18.2.5
  retrieving revision 1.18.2.6
  diff -u -r1.18.2.5 -r1.18.2.6
  --- embpexec.bat	2000/06/07 09:22:54	1.18.2.5
  +++ embpexec.bat	2000/06/07 09:47:27	1.18.2.6
  @@ -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.6  +1 -1      embperl/embpexec.pl
  
  Index: embpexec.pl
  ===================================================================
  RCS file: /home/cvs/embperl/embpexec.pl,v
  retrieving revision 1.18.2.5
  retrieving revision 1.18.2.6
  diff -u -r1.18.2.5 -r1.18.2.6
  --- embpexec.pl	2000/06/07 09:22:55	1.18.2.5
  +++ embpexec.pl	2000/06/07 09:47:27	1.18.2.6
  @@ -1,4 +1,4 @@
  -#!D:\Perl\5.00502\bin\MSWin32-x86\perl 
  +#!/usr/bin/perl 
   ###################################################################################
   #
   #   Embperl - Copyright (c) 1997-1999 Gerald Richter / ECOS