From b40758653ddccaaaa00335f7cc2953658cb222f1 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 2 Jan 2022 01:22:05 -0300 Subject: [PATCH] Use bash shebang --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4907132..224ed90 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash setDelimiters() { delimiters=("$@")