From a171caf0b0a5541246f994155406e840b28390de Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 05:27:27 -0600 Subject: chore: standardize shebangs, fix lint target, add .editorconfig - Change all script shebangs to #!/usr/bin/env bash for portability (heredocs writing to installed systems keep #!/bin/bash) - Remove || true from Makefile lint target so shellcheck errors fail the build - Add .editorconfig for consistent formatting across editors --- scripts/boot-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/boot-vm.sh') diff --git a/scripts/boot-vm.sh b/scripts/boot-vm.sh index 6eb8eea..99686e3 100755 --- a/scripts/boot-vm.sh +++ b/scripts/boot-vm.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # boot-vm.sh - Boot the VM from disk if installed, otherwise from ISO # # This is a simple wrapper that does the right thing: -- cgit v1.2.3