Changeset f206899 in freewrt


Ignore:
Timestamp:
Jun 19, 2006, 6:59:47 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
8fb2c78
Parents:
ff536b2
Message:

sprinkle a few /usr/bin/env

git-svn-id: svn://www.freewrt.org/trunk/freewrt@154 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/openssl/patches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/openssl/patches/120-makedepend.patch

    rff536b2 rf206899  
    44@@ -1,4 +1,4 @@
    55-#!/bin/sh
    6 +#!/bin/bash
     6+#!/usr/bin/env bash
    77 # Do a makedepend, only leave out the standard headers
    88 # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
  • package/openssl/patches/130-perl-path.patch

    rff536b2 rf206899  
    44@@ -1,4 +1,4 @@
    55-:
    6 +#!/usr/bin/perl
     6+#!/usr/bin/env perl
    77 eval 'exec perl -S $0 ${1+"$@"}'
    88     if $running_under_some_shell;
     
    1313@@ -1,4 +1,4 @@
    1414-#!/usr/local/bin/perl
    15 +#!/usr/bin/perl
     15+#!/usr/bin/env perl
    1616 
    1717 
     
    2222@@ -1,4 +1,4 @@
    2323-#!/usr/local/bin/perl -w
    24 +#!/usr/bin/perl -w
     24+#!/usr/bin/env perl -w
    2525 # Clean the dependency list in a makefile of standard includes...
    2626 # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
     
    3131@@ -1,4 +1,4 @@
    3232-#!/usr/local/bin/perl -w
    33 +#!/usr/bin/perl
     33+#!/usr/bin/env perl
    3434 #
    3535 # generate a .def file
     
    4040@@ -1,4 +1,4 @@
    4141-#!/usr/local/bin/perl -w
    42 +#!/usr/bin/perl
     42+#!/usr/bin/env perl
    4343 
    4444 my $config = "crypto/err/openssl.ec";
     
    4949@@ -1,4 +1,4 @@
    5050-#!/usr/local/bin/perl -w
    51 +#!/usr/bin/perl
     51+#!/usr/bin/env perl
    5252 
    5353 # This is a utility that searches out "DECLARE_STACK_OF()"
     
    5858@@ -1,4 +1,4 @@
    5959-: #!/usr/bin/perl-5.005
    60 +#!/usr/bin/perl
     60+#!/usr/bin/env perl
    6161     eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
    6262        if $running_under_some_shell;
     
    6767@@ -1,4 +1,4 @@
    6868-#!/usr/local/bin/perl -w
    69 +#!/usr/bin/perl
     69+#!/usr/bin/env perl
    7070 #
    7171 # Run the test suite and generate a report
Note: See TracChangeset for help on using the changeset viewer.