From a362683dc8752aa1c6b1551e34a4b8cbabe7f8cf Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Wed, 25 Aug 2021 10:58:46 +0000 Subject: [PATCH] [release]: invoke bash through /usr/bin/env This makes sure that the expected bash is ran, instead of the hardcoded version which may or may not exist at that path. --- release/tail-demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/tail-demo.sh b/release/tail-demo.sh index 4b61ce2f..a9a59985 100755 --- a/release/tail-demo.sh +++ b/release/tail-demo.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash PAUSE_TIME=0.5