From fcde2ae5aa34141c659eb056dd551dec7a63177a Mon Sep 17 00:00:00 2001 From: AdminXVII Date: Sat, 2 May 2020 17:54:37 +0000 Subject: [PATCH] Change shebang of bootstrap to /usr/bin/env to be more cross-platform --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index eb73b41..ed1a9c8 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash ########################################################## # This function is simply a banner to introduce the script