Replace sed command with perl
authorRichard Levitte <levitte@openssl.org>
Sat, 19 Mar 2016 10:18:56 +0000 (11:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 19 Mar 2016 10:18:56 +0000 (11:18 +0100)
commit5287761bfc34d32572b1acfd6e64fd8c0fb2f799
tree723ce012ada62385a6521655fe63d66888c810ce
parent243a98d4a03a411dfe6db727dbf90adbfa2e7474
Replace sed command with perl

Some implementations of sed require a newline before an ending '}'.
The easier method is to replace that sed command with the
corresponding perl command.

Closes RT#4448

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl