From 8a15f320266ae87471d248b72cd97858194444b9 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 2 Jul 2025 13:25:22 -0400 Subject: [PATCH] Installer should use real BASH. --- startup_hooks/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup_hooks/install.sh b/startup_hooks/install.sh index e9002fe..af97d3c 100755 --- a/startup_hooks/install.sh +++ b/startup_hooks/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Yeah, my CSHENV Install script is written in Bourne shell. This is because # CSH isn't a great scripting language, but it is a nice interactive shell.