diff options
| author | Matt Turner <mattst88@gmail.com> | 2022-02-14 12:52:14 -0800 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2022-02-14 12:52:38 -0800 |
| commit | a277d0c58947b05bcfdab28797679caeb58248a5 (patch) | |
| tree | c02a43cb681ca31d785f706a9cae21ea6fa4ad39 /mesa-debug | |
| parent | 3313f001b48b40c8f5543271cd679f3bbb118b97 (diff) | |
Set shebang to /bin/bash
Diffstat (limited to 'mesa-debug')
| -rwxr-xr-x | mesa-debug | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash export cflags="-ggdb3 -O0 -march=native -pipe" export cxxflags="${cflags}" |
