From 37a32f35320dfa2dafcd6df188a84d959d6eb96e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 4 Apr 2024 16:13:48 +0100 Subject: [PATCH] Correct bootstrap env line for NixOS --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index bb603f1..52163a1 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash which git >/dev/null 2>&1 if [ $? -ne 0 ]; then