summaryrefslogtreecommitdiff
path: root/mesa-debug
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2023-05-18 13:37:36 -0400
committerMatt Turner <mattst88@gmail.com>2023-05-18 13:41:21 -0400
commit3fc4f50fd7d2d1c349907e34e7337c4449bbf384 (patch)
tree9cc6d4f0a18bc5e69b97f589b2ed84ceb89e09d9 /mesa-debug
parent8757b02d6405bbe788281be2eeaa0c23ba27c5b0 (diff)
Fix shellcheck warnings
Diffstat (limited to 'mesa-debug')
-rwxr-xr-xmesa-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-debug b/mesa-debug
index a49968a..bbc75c9 100755
--- a/mesa-debug
+++ b/mesa-debug
@@ -5,4 +5,4 @@ export cxxflags="${cflags}"
export buildtype=debug
export builddir=~/projects/mesa/build-debug
-exec mesa-run $@
+exec mesa-run "$@"