Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > fcdb551540c64748daf9cf2ca9d7ff67 > files > 2

psutils-p17-17.mga2.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",