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 44654cd..819568f 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 abbb55c..e0bf3c8 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)