From e4942f1a21cc9a7478092ff2d84c7abb10b80512 Mon Sep 17 00:00:00 2001 From: Ross Smyth Date: Wed, 25 Jun 2025 14:42:32 -0400 Subject: [PATCH] Fix up shebangs in the auto directory --- auto/generate_test_runner.rb | 2 +- auto/stylize_as_junit.py | 2 +- auto/stylize_as_junit.rb | 2 +- auto/unity_test_summary.py | 2 +- auto/unity_test_summary.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auto/generate_test_runner.rb b/auto/generate_test_runner.rb index 2c2d5956..5b902295 100755 --- a/auto/generate_test_runner.rb +++ b/auto/generate_test_runner.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org diff --git a/auto/stylize_as_junit.py b/auto/stylize_as_junit.py index 020ec440..49e8aff7 100644 --- a/auto/stylize_as_junit.py +++ b/auto/stylize_as_junit.py @@ -1,4 +1,4 @@ -#! python3 +#!/usr/bin/env python3 # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org diff --git a/auto/stylize_as_junit.rb b/auto/stylize_as_junit.rb index 23d89a65..e003918a 100755 --- a/auto/stylize_as_junit.rb +++ b/auto/stylize_as_junit.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org diff --git a/auto/unity_test_summary.py b/auto/unity_test_summary.py index 43e5af7c..60f5fd41 100644 --- a/auto/unity_test_summary.py +++ b/auto/unity_test_summary.py @@ -1,4 +1,4 @@ -#! python3 +#!/usr/bin/env python3 # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org diff --git a/auto/unity_test_summary.rb b/auto/unity_test_summary.rb index 33c8d7a3..f6a64dea 100644 --- a/auto/unity_test_summary.rb +++ b/auto/unity_test_summary.rb @@ -1,3 +1,4 @@ +#!/usr/bin/env ruby # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org @@ -5,7 +6,6 @@ # SPDX-License-Identifier: MIT # ========================================================================= -# !/usr/bin/ruby # # unity_test_summary.rb #