summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-08-03 14:34:15 -0400
committerJoey Hess <joeyh@joeyh.name>2020-08-03 14:34:15 -0400
commit88e5ebcda785572904e6d5d4d0713c92b4eec57a (patch)
tree3ce702552b61c7520c4fb0e2b9d434437bf3e4f7 /standalone
parente62817c00d7af0b1fc25cb920859ee5d7390068c (diff)
runshell LD_HWCAP_MASK=0 optimisation
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/linux/skel/runshell3
1 files changed, 3 insertions, 0 deletions
diff --git a/standalone/linux/skel/runshell b/standalone/linux/skel/runshell
index 63bc277515..e18769cea8 100755
--- a/standalone/linux/skel/runshell
+++ b/standalone/linux/skel/runshell
@@ -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