From 639b01958251ee6236b66f9fa49cca765e175589 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Sun, 30 Oct 2022 15:29:38 +0000 Subject: [PATCH] More compatible shebang bash isn't always in /bin/ --- Taskfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.template b/Taskfile.template index e3e7967..be0ff0d 100755 --- a/Taskfile.template +++ b/Taskfile.template @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash PATH=./node_modules/.bin:$PATH function install {