From f1e6f93372ca2dcee75e3ef0ee6cbe9945cf41f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 12 Dec 2021 20:27:04 +0100 Subject: Change all fixed-path bash shebangs to /u/b/env bash outside test/ --- coccinelle/run-coccinelle.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coccinelle') diff --git a/coccinelle/run-coccinelle.sh b/coccinelle/run-coccinelle.sh index becb38bf91..3249722863 100755 --- a/coccinelle/run-coccinelle.sh +++ b/coccinelle/run-coccinelle.sh @@ -1,5 +1,6 @@ -#!/bin/bash -e +#!/usr/bin/env bash # SPDX-License-Identifier: LGPL-2.1-or-later +set -e # Exclude following paths from the Coccinelle transformations EXCLUDED_PATHS=( -- cgit v1.2.1