Fix shebang in regex match test scripts

This commit is contained in:
Rodrigo Arias 2023-04-05 15:18:03 +02:00
parent 5c5f9f0f1a
commit 54527b0006
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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