Mesa (master): ABI-check: Use more portable bash invocation.

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 28 06:50:35 UTC 2015


Module: Mesa
Branch: master
Commit: 2ef5a4f8304ed368e56806e1e2be6e7d2bd290f7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ef5a4f8304ed368e56806e1e2be6e7d2bd290f7

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Tue Jul 21 14:02:01 2015 -0700

ABI-check: Use more portable bash invocation.

Fixes 'make check' on FreeBSD.

Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mapi/es1api/ABI-check |    2 +-
 src/mapi/es2api/ABI-check |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mapi/es1api/ABI-check b/src/mapi/es1api/ABI-check
index 44654cd..819568f 100755
--- a/src/mapi/es1api/ABI-check
+++ b/src/mapi/es1api/ABI-check
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Print defined gl.* functions not in GL ES 1.1 or in
 # (FIXME, none of these should be part of the ABI)
diff --git a/src/mapi/es2api/ABI-check b/src/mapi/es2api/ABI-check
index abbb55c..e0bf3c8 100755
--- a/src/mapi/es2api/ABI-check
+++ b/src/mapi/es2api/ABI-check
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Print defined gl.* functions not in GL ES 3.0 or in
 # (FIXME, none of these should be part of the ABI)




More information about the mesa-commit mailing list