From 3c507683b7f733bc36055724929f5be4971f14af Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 27 Nov 2021 21:31:18 +0000 Subject: [PATCH] build-aux: relax shebang in cargo.sh after 7b1b5ea336ab /bin/sh: /bin/bash: not found --- build-aux/cargo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 build-aux/cargo.sh diff --git a/build-aux/cargo.sh b/build-aux/cargo.sh old mode 100644 new mode 100755 index 23fc4b3..425f0c0 --- a/build-aux/cargo.sh +++ b/build-aux/cargo.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail