From ef16aa7f1cb1507a9b08627a2d65741725690188 Mon Sep 17 00:00:00 2001 From: Pocco81 <58336662+Pocco81@users.noreply.github.com> Date: Thu, 5 Aug 2021 21:31:49 -0500 Subject: [PATCH] replaced 'bin/bash' with 'usr/bin/env bash' for better compatibility (#216) --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4fdd3fd..5cc3af5 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash RED='\033[0;31m' GREEN='\033[0;32m' @@ -256,7 +256,7 @@ _parse_args() { fi case ${argv[j]} in - --*) # End of all options. + --*) # End of all opt case ${argv[j]} in --) # End of all options. break