diff --git a/auto/generate_test_runner.rb b/auto/generate_test_runner.rb index 9fae0c1..cc82cfc 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 020ec44..49e8aff 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 23d89a6..e003918 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 43e5af7..60f5fd4 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 33c8d7a..f6a64de 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 #