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 #