From fe43ec51d095160456f9dee94e161e64ee645d6d Mon Sep 17 00:00:00 2001 From: Freya Arbjerg Date: Tue, 7 Mar 2023 23:20:13 +0100 Subject: Use more portable shebangs --- build/unix/prepare-install-package.sh | 2 +- build/unix/set-smapi-version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build/unix') diff --git a/build/unix/prepare-install-package.sh b/build/unix/prepare-install-package.sh index 1d805e00..304579b9 100755 --- a/build/unix/prepare-install-package.sh +++ b/build/unix/prepare-install-package.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # diff --git a/build/unix/set-smapi-version.sh b/build/unix/set-smapi-version.sh index 0c0cbeb0..02b5e615 100755 --- a/build/unix/set-smapi-version.sh +++ b/build/unix/set-smapi-version.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # -- cgit