From 339ad7ce736fedc92bee9adbe32eb9f6861abc99 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 17 Jan 2008 19:48:01 +0000 Subject: [PATCH] rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification. --- crypto/rc5/asm/rc5-586.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/rc5/asm/rc5-586.pl b/crypto/rc5/asm/rc5-586.pl index edff1d1e64..61ac6effc6 100644 --- a/crypto/rc5/asm/rc5-586.pl +++ b/crypto/rc5/asm/rc5-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"; -- 2.34.1