[Mesa-dev] [PATCH 20/37] mapi: do not mandate bash for es*api/ABI-check
Andreas Boll
andreas.boll.dev at gmail.com
Fri Feb 24 14:58:24 UTC 2017
Reviewed-by: Andreas Boll <andreas.boll.dev at gmail.com>
2017-02-23 18:13 GMT+01:00 Emil Velikov <emil.l.velikov at gmail.com>:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> 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 at collabora.com>
> ---
> src/mapi/es1api/ABI-check | 2 +-
> src/mapi/es2api/ABI-check | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/mapi/es1api/ABI-check b/src/mapi/es1api/ABI-check
> index 819568f6d1..223658b32e 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 e338408c7e..11c95ced64 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)
> --
> 2.11.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list