From a1e5e55989c70c5f58bdd8a797f9a035f068f580 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 26 Feb 2017 13:35:25 +0000 Subject: [PATCH] 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 --- src/egl/egl-entrypoint-check | 2 +- src/glx/tests/dispatch-index-check | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' \ -- 2.11.0