summaryrefslogtreecommitdiff
path: root/src/mapi/es2api
diff options
context:
space:
mode:
authorVinson Lee <vlee@freedesktop.org>2015-07-21 14:02:01 -0700
committerVinson Lee <vlee@freedesktop.org>2015-08-27 23:48:43 -0700
commit2ef5a4f8304ed368e56806e1e2be6e7d2bd290f7 (patch)
treea802a846ee8edc9e8e0c0601e634c07fd56e100b /src/mapi/es2api
parent86c57ebe0ed1acc98545746058862db7429412da (diff)
ABI-check: Use more portable bash invocation.
Fixes 'make check' on FreeBSD. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mapi/es2api')
-rwxr-xr-xsrc/mapi/es2api/ABI-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/es2api/ABI-check b/src/mapi/es2api/ABI-check
index abbb55c2232..e0bf3c83143 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)