Stickler quoting

pull/4700/head
Dan Schaper 2 years ago committed by GitHub
parent 9840148ba9
commit 71072b4beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2216,7 +2216,7 @@ get_binary_name() {
local rev
rev=$(uname -m | sed "s/[^0-9]//g;")
local lib
lib=$(ldd $(which sh) | grep -E '^\s*/lib' | awk '{ print $1 }')
lib=$(ldd "$(which sh)" | grep -E '^\s*/lib' | awk '{ print $1 }')
if [[ "${lib}" == "/lib/ld-linux-aarch64.so.1" ]]; then
printf "%b %b Detected AArch64 (64 Bit ARM) processor\\n" "${OVER}" "${TICK}"
# set the binary to be used

Loading…
Cancel
Save