Installer should use real BASH.

This commit is contained in:
2025-07-02 13:25:22 -04:00
parent 7ae7d2c9ab
commit 8a15f32026

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
# Yeah, my CSHENV Install script is written in Bourne shell. This is because # 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. # CSH isn't a great scripting language, but it is a nice interactive shell.