From a277d0c58947b05bcfdab28797679caeb58248a5 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 14 Feb 2022 12:52:14 -0800 Subject: Set shebang to /bin/bash --- mesa-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesa-debug') diff --git a/mesa-debug b/mesa-debug index de11e88..a49968a 100755 --- a/mesa-debug +++ b/mesa-debug @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash export cflags="-ggdb3 -O0 -march=native -pipe" export cxxflags="${cflags}" -- cgit v1.2.3