summaryrefslogtreecommitdiff
path: root/mesa-run
diff options
context:
space:
mode:
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)