Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a7062e8a03d8e3f356c39250e509e0c3 > files > 2

psutils-p17-11mdv2008.0.src.rpm

--- psutils/maketext.orig	Tue Mar 11 23:52:59 1997
+++ psutils/maketext	Fri Aug 27 08:54:34 1999
@@ -15,7 +15,7 @@
 
 $os = "" ;
 
-%perlstart = ("UNIX", "\#!PERL\neval 'exec perl -S \$0 \"\$\@\"'\n\tif \$running_under_some_shell;\n",
+%perlstart = ("UNIX", "\#!PERL\n",
 	      "DOS", "\@rem = '-*- Perl -*-\n\@echo off\nPERL -S %0.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9\ngoto endofperl\n';\n",
 	      "WINNT", "\@rem = '-*- Perl -*-\n\@echo off\nPERL -S %0.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9\ngoto endofperl\n';\n",
 	      "OS2", "extproc PERL -x\n\#! PERL\n",