mapi: do not mandate bash for es*api/ABI-check
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 22 Feb 2017 16:04:05 +0000 (16:04 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Mar 2017 14:12:47 +0000 (14:12 +0000)
Seemingly there is nothing bash specific in these. The Debian
checkbashisms does not spot neither run in zsh.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/mapi/es1api/ABI-check
src/mapi/es2api/ABI-check

index 819568f6d1a9f52cf13f2272c4140b06f21acd6a..223658b32e08edf775581afa09f7462e3cf5b544 100755 (executable)
@@ -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)
index e0bf3c831436d015f8215a12c3a5a035ae86cc3d..5c9e82662461ab367ef326cc6eafb0749a061199 100755 (executable)
@@ -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)