From 89778b7f3f1bd9c7b4e2cdf535f389d37b5ec558 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 15 Jul 2008 19:52:20 +0000 Subject: [PATCH] x86_64cpuid.pl cosmetics: harmonize $dir treatment with other modules. --- crypto/x86_64cpuid.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl index 331529ae59..e19ecdbbfc 100644 --- a/crypto/x86_64cpuid.pl +++ b/crypto/x86_64cpuid.pl @@ -100,8 +100,7 @@ OPENSSL_wipe_cpu: ___ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; -$dir = "." if $dir eq ""; -open STDOUT,"| $^X $dir/perlasm/x86_64-xlate.pl $output"; +open STDOUT,"| $^X ${dir}perlasm/x86_64-xlate.pl $output"; print<<___; .text -- 2.34.1