Skip to content
Commit 6efb7458 authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

leaking_addresses: use system command to get arch



Currently script uses Perl to get the machine architecture. This can be
erroneous since Perl uses the architecture of the machine that Perl was
compiled on not the architecture of the running machine. We should use
the systems `uname` command instead.

Use `uname -m` instead of Perl to get the machine architecture.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
parent 2f042c93
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment