runshell LD_HWCAP_MASK=0 optimisation

This commit is contained in:
Joey Hess 2020-08-03 14:34:15 -04:00
parent e62817c00d
commit 88e5ebcda7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
6 changed files with 68 additions and 13 deletions

View file

@ -241,6 +241,9 @@ else
cmd=sh
fi
LD_HWCAP_MASK=
export LD_HWCAP_MASK
if [ -n "${orig_IFS}" ]; then
IFS="${orig_IFS}"
export IFS