ABI-check: Use more portable bash invocation.
authorVinson Lee <vlee@freedesktop.org>
Tue, 21 Jul 2015 21:02:01 +0000 (14:02 -0700)
committerVinson Lee <vlee@freedesktop.org>
Fri, 28 Aug 2015 06:48:43 +0000 (23:48 -0700)
Fixes 'make check' on FreeBSD.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mapi/es1api/ABI-check
src/mapi/es2api/ABI-check

index 44654cde8634ae4892d9a4c4953ccaf7f0c03580..819568f6d1a9f52cf13f2272c4140b06f21acd6a 100755 (executable)
@@ -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)
index abbb55c2232a04b3fda48ecd1f5a83af1666e045..e0bf3c831436d015f8215a12c3a5a035ae86cc3d 100755 (executable)
@@ -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)