summaryrefslogtreecommitdiff
path: root/util/perl
diff options
context:
space:
mode:
authorLĹ‘rinczy, Zsigmond <zsigmond.lorinczy@idomsoft.hu>2021-06-25 07:28:56 +0200
committerPauli <pauli@openssl.org>2021-06-27 20:20:19 +1000
commit52f5407dc1ed67d0baace3c39b69bc9f07f4454a (patch)
tree635dbf1768f4342d0c593e3793cadb34ec239c0c /util/perl
parent9f54970c1d3ae94f9dbff6992a2243159ab5c4fc (diff)
downloadopenssl-new-52f5407dc1ed67d0baace3c39b69bc9f07f4454a.tar.gz
Update config.pm
Missing '(' added into a PowerPC-specific command Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15911)
Diffstat (limited to 'util/perl')
-rwxr-xr-xutil/perl/OpenSSL/config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm
index 58feba952b..5f549f8024 100755
--- a/util/perl/OpenSSL/config.pm
+++ b/util/perl/OpenSSL/config.pm
@@ -859,7 +859,7 @@ EOF
}
}
if ( okrun(
- "lsattr -E -O -l `lsdev -c processor|awk '{print \$1;exit}'`",
+ "(lsattr -E -O -l `lsdev -c processor|awk '{print \$1;exit}'`",
'grep -i powerpc) >/dev/null 2>&1') ) {
# this applies even to Power3 and later, as they return
# PowerPC_POWER[345]