65 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/Configure
 | 
						|
+++ b/Configure
 | 
						|
@@ -1,4 +1,4 @@
 | 
						|
-:
 | 
						|
+#!/usr/bin/perl
 | 
						|
 eval 'exec perl -S $0 ${1+"$@"}'
 | 
						|
     if $running_under_some_shell;
 | 
						|
 ##
 | 
						|
--- a/tools/c_rehash.in
 | 
						|
+++ b/tools/c_rehash.in
 | 
						|
@@ -1,4 +1,4 @@
 | 
						|
-#!/usr/local/bin/perl
 | 
						|
+#!/usr/bin/perl
 | 
						|
 
 | 
						|
 
 | 
						|
 # Perl c_rehash script, scan all files in a directory
 | 
						|
--- a/util/clean-depend.pl
 | 
						|
+++ b/util/clean-depend.pl
 | 
						|
@@ -1,4 +1,4 @@
 | 
						|
-#!/usr/local/bin/perl -w
 | 
						|
+#!/usr/bin/perl
 | 
						|
 # Clean the dependency list in a makefile of standard includes...
 | 
						|
 # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
 | 
						|
 
 | 
						|
--- a/util/mkdef.pl
 | 
						|
+++ b/util/mkdef.pl
 | 
						|
@@ -1,4 +1,4 @@
 | 
						|
-#!/usr/local/bin/perl -w
 | 
						|
+#!/usr/bin/perl
 | 
						|
 #
 | 
						|
 # generate a .def file
 | 
						|
 #
 | 
						|
--- a/util/mkerr.pl
 | 
						|
+++ b/util/mkerr.pl
 | 
						|
@@ -1,4 +1,4 @@
 | 
						|
-#!/usr/local/bin/perl -w
 | 
						|
+#!/usr/bin/perl
 | 
						|
 
 | 
						|
 my $config = "crypto/err/openssl.ec";
 | 
						|
 my $hprefix = "openssl/";
 | 
						|
--- a/util/mkstack.pl
 | 
						|
+++ b/util/mkstack.pl
 | 
						|
@@ -1,4 +1,4 @@
 | 
						|
-#!/usr/local/bin/perl -w
 | 
						|
+#!/usr/bin/perl
 | 
						|
 
 | 
						|
 # This is a utility that searches out "DECLARE_STACK_OF()"
 | 
						|
 # declarations in .h and .c files, and updates/creates/replaces
 | 
						|
--- a/util/pod2man.pl
 | 
						|
+++ b/util/pod2man.pl
 | 
						|
@@ -1,4 +1,4 @@
 | 
						|
-: #!/usr/bin/perl-5.005
 | 
						|
+#!/usr/bin/perl
 | 
						|
     eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
 | 
						|
 	if $running_under_some_shell;
 | 
						|
 
 | 
						|
--- a/util/selftest.pl
 | 
						|
+++ b/util/selftest.pl
 | 
						|
@@ -1,4 +1,4 @@
 | 
						|
-#!/usr/local/bin/perl -w
 | 
						|
+#!/usr/bin/perl
 | 
						|
 #
 | 
						|
 # Run the test suite and generate a report
 | 
						|
 #
 |