From f5899c293c00a2782159f3e9a2edb8793f8605ca Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Mon, 16 Jan 2023 16:10:27 -0800 Subject: [PATCH] etc: scripts use /usr/bin/env bash (#313) Signed-off-by: James Hillyerd Signed-off-by: James Hillyerd --- etc/rest-apiv1.sh | 2 +- etc/swaks-tests/run-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rest-apiv1.sh b/etc/rest-apiv1.sh index 880bb99..e1eaf9e 100755 --- a/etc/rest-apiv1.sh +++ b/etc/rest-apiv1.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # rest-apiv1.sh # description: Script to access Inbucket REST API version 1 diff --git a/etc/swaks-tests/run-tests.sh b/etc/swaks-tests/run-tests.sh index f1dc571..a6f0f61 100755 --- a/etc/swaks-tests/run-tests.sh +++ b/etc/swaks-tests/run-tests.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # run-tests.sh # description: Generate test emails for Inbucket