From: Emil Velikov Date: Wed, 22 Feb 2017 16:04:05 +0000 (+0000) Subject: mapi: do not mandate bash for es*api/ABI-check X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a502f5c47211366ab5b35d185d80b4b69089dd8;p=mesa.git mapi: do not mandate bash for es*api/ABI-check Seemingly there is nothing bash specific in these. The Debian checkbashisms does not spot neither run in zsh. Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom --- diff --git a/src/mapi/es1api/ABI-check b/src/mapi/es1api/ABI-check index 819568f6d1a..223658b32e0 100755 --- a/src/mapi/es1api/ABI-check +++ b/src/mapi/es1api/ABI-check @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # 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 e0bf3c83143..5c9e8266246 100755 --- a/src/mapi/es2api/ABI-check +++ b/src/mapi/es2api/ABI-check @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # Print defined gl.* functions not in GL ES 3.0 or in # (FIXME, none of these should be part of the ABI)