X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ms%2Fuplink-x86_64.pl;h=48bf559ee120d80196d2a1a021c4715d74a5caba;hb=2511c12bf2d5f07f329d1e90cde8791817e4357e;hp=9acbf6be6f485d2193765cb15d6f6cddd704921b;hpb=be01f79d3d1b1e661d390d86cff4335daed8bfcd;p=oweals%2Fopenssl.git diff --git a/ms/uplink-x86_64.pl b/ms/uplink-x86_64.pl index 9acbf6be6f..48bf559ee1 100755 --- a/ms/uplink-x86_64.pl +++ b/ms/uplink-x86_64.pl @@ -2,7 +2,8 @@ $output=shift; $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; -open STDOUT,"| $^X ${dir}../crypto/perlasm/x86_64-xlate.pl $output"; +open OUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output"; +*STDOUT=*OUT; push(@INC,"${dir}."); require "uplink-common.pl";