From 3fc4f50fd7d2d1c349907e34e7337c4449bbf384 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 18 May 2023 13:37:36 -0400 Subject: Fix shellcheck warnings --- mesa-gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesa-gdb') 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 "$@" -- cgit v1.2.3