X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fms%2Fuplink-x86_64.pl;h=1f244504cdffc43df5e8578a526f71dc3757079e;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=48bf559ee120d80196d2a1a021c4715d74a5caba;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/ms/uplink-x86_64.pl b/lib/openssl/ms/uplink-x86_64.pl index 48bf559..1f24450 100755 --- a/lib/openssl/ms/uplink-x86_64.pl +++ b/lib/openssl/ms/uplink-x86_64.pl @@ -1,8 +1,14 @@ -#!/usr/bin/env perl +#! /usr/bin/env perl +# Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. +# +# Licensed under the OpenSSL license (the "License"). You may not use +# this file except in compliance with the License. You can obtain a copy +# in the file LICENSE in the source distribution or at +# https://www.openssl.org/source/license.html -$output=shift; +$output=pop; $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; -open OUT,"| \"$^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}.");