From 54527b00061366e6968e2a6ad4822d66e7882335 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Wed, 5 Apr 2023 15:18:03 +0200 Subject: [PATCH] Fix shebang in regex match test scripts --- test/match-error.sh | 4 ++-- test/match-ok.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/match-error.sh b/test/match-error.sh index d64e318..461062d7 100755 --- a/test/match-error.sh +++ b/test/match-error.sh @@ -1,5 +1,5 @@ -#!/bin/bash -# Copyright (c) 2022 Barcelona Supercomputing Center (BSC) +#!/usr/bin/env bash +# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC) # SPDX-License-Identifier: GPL-3.0-or-later # This script return 0 if and only if the given program returns non-zero diff --git a/test/match-ok.sh b/test/match-ok.sh index 9570d3c..864c117 100755 --- a/test/match-ok.sh +++ b/test/match-ok.sh @@ -1,5 +1,5 @@ -#!/bin/bash -# Copyright (c) 2022 Barcelona Supercomputing Center (BSC) +#!/usr/bin/env bash +# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC) # SPDX-License-Identifier: GPL-3.0-or-later # This script return 0 if and only if the given program returns zero