From: Eric Engestrom Date: Sun, 26 Feb 2017 13:35:25 +0000 (+0000) Subject: check: mark two tests are requiring bash X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=a1e5e55989c70c5f58bdd8a797f9a035f068f580 check: mark two tests are requiring bash Requirement was removed just before pushing, but it's actually needed for heredocs (`<<<`). Signed-off-by: Eric Engestrom --- diff --git a/src/egl/egl-entrypoint-check b/src/egl/egl-entrypoint-check index ec33d8e97f8..3bf69b22755 100755 --- a/src/egl/egl-entrypoint-check +++ b/src/egl/egl-entrypoint-check @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash entrypoints=$(grep EGL_ENTRYPOINT "$srcdir"/main/eglentrypoint.h) sorted=$(sort <<< "$entrypoints") diff --git a/src/glx/tests/dispatch-index-check b/src/glx/tests/dispatch-index-check index 78464b83051..baa09c5bd93 100755 --- a/src/glx/tests/dispatch-index-check +++ b/src/glx/tests/dispatch-index-check @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # extract enum definition dispatch_list=$(sed '/__GLXdispatchIndex/,/__GLXdispatchIndex/!d' \