summaryrefslogtreecommitdiff
path: root/mesa-debug
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-02-14 12:52:14 -0800
committerMatt Turner <mattst88@gmail.com>2022-02-14 12:52:38 -0800
commita277d0c58947b05bcfdab28797679caeb58248a5 (patch)
treec02a43cb681ca31d785f706a9cae21ea6fa4ad39 /mesa-debug
parent3313f001b48b40c8f5543271cd679f3bbb118b97 (diff)
Set shebang to /bin/bash
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 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}"