summaryrefslogtreecommitdiff
path: root/mesa-gdb
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-gdb
parent8757b02d6405bbe788281be2eeaa0c23ba27c5b0 (diff)
Fix shellcheck warnings
Diffstat (limited to 'mesa-gdb')
-rwxr-xr-xmesa-gdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-gdb b/mesa-gdb
index 4549274..e14d0c6 100755
--- a/mesa-gdb
+++ b/mesa-gdb
@@ -1,3 +1,3 @@
#!/bin/bash
-mesa-debug gdb -q --args $@
+mesa-debug gdb -q --args "$@"