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-debug-asan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesa-debug-asan') diff --git a/mesa-debug-asan b/mesa-debug-asan index 151140a..366dba9 100755 --- a/mesa-debug-asan +++ b/mesa-debug-asan @@ -6,4 +6,4 @@ export buildtype=debug export builddir=~/projects/mesa/build-debug-asan export extra_args=-Db_sanitize=address,undefined -exec mesa-run $@ +exec mesa-run "$@" -- cgit v1.2.3