diff options
Diffstat (limited to 'openssl/crypto/bf/asm/bf-586.pl')
-rw-r--r-- | openssl/crypto/bf/asm/bf-586.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/crypto/bf/asm/bf-586.pl b/openssl/crypto/bf/asm/bf-586.pl index b556642c9..b74cfbafd 100644 --- a/openssl/crypto/bf/asm/bf-586.pl +++ b/openssl/crypto/bf/asm/bf-586.pl @@ -1,6 +1,7 @@ #!/usr/local/bin/perl -push(@INC,"perlasm","../../perlasm"); +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; +push(@INC,"${dir}","${dir}../../perlasm"); require "x86asm.pl"; require "cbc.pl"; |