summaryrefslogtreecommitdiff
path: root/mesa-run
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2025-04-25 21:06:36 -0400
committerMatt Turner <mattst88@gmail.com>2025-04-26 12:57:51 -0400
commitf7a10cd336f44ad6b5de30590aea22648c2cec7a (patch)
tree361bb01dfe11a0482487193f73f1af06a7771cf9 /mesa-run
parent73d25c97d097ff57e6a900cad888fbab94657b93 (diff)
mesa-run: Allow extra_args to contain multiple args and fix ASanHEADmaster
Diffstat (limited to 'mesa-run')
-rwxr-xr-xmesa-run2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesa-run b/mesa-run
index ecab7a0..5536d3d 100755
--- a/mesa-run
+++ b/mesa-run
@@ -8,6 +8,8 @@ die() {
[[ -z ${builddir} ]] && die "builddir must be set"
prefix="${builddir}"/install
+IFS=: read -r -a extra_args <<< "${extra_args}"
+
machine=$(uname -m)
case "$machine" in
x86_64)