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/full-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/full-test.sh') diff --git a/scripts/full-test.sh b/scripts/full-test.sh index fe164d1..7728859 100755 --- a/scripts/full-test.sh +++ b/scripts/full-test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # full-test.sh - Comprehensive installation testing for archangel ISO # # Runs automated installation tests for all disk configurations: -- cgit v1.2.3