summaryrefslogtreecommitdiff
path: root/crypto/bf/asm/bf-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf/asm/bf-586.pl')
-rw-r--r--crypto/bf/asm/bf-586.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bf/asm/bf-586.pl b/crypto/bf/asm/bf-586.pl
index b556642c94..b74cfbafd4 100644
--- a/crypto/bf/asm/bf-586.pl
+++ b/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";