From 2ef5a4f8304ed368e56806e1e2be6e7d2bd290f7 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 21 Jul 2015 14:02:01 -0700 Subject: ABI-check: Use more portable bash invocation. Fixes 'make check' on FreeBSD. Signed-off-by: Vinson Lee Reviewed-by: Matt Turner --- src/mapi/es2api/ABI-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi/es2api') 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) -- cgit v1.1