diff --git a/auto/generate_module.rb b/auto/generate_module.rb index 4c91a131..9b2edbab 100644 --- a/auto/generate_module.rb +++ b/auto/generate_module.rb @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby + # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org diff --git a/auto/generate_test_runner.rb b/auto/generate_test_runner.rb index 1a90564d..264a8635 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 diff --git a/auto/parse_output.rb b/auto/parse_output.rb index 7a5b7a5e..68ae2db5 100644 --- a/auto/parse_output.rb +++ b/auto/parse_output.rb @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby + # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org diff --git a/auto/stylize_as_junit.rb b/auto/stylize_as_junit.rb index b44979e2..7cbde7ab 100755 --- a/auto/stylize_as_junit.rb +++ b/auto/stylize_as_junit.rb @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby + # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org @@ -5,7 +7,6 @@ # SPDX-License-Identifier: MIT # ========================================================================= -#!/usr/bin/ruby # # unity_to_junit.rb # diff --git a/auto/unity_test_summary.rb b/auto/unity_test_summary.rb index 0d7f1838..26f4a620 100644 --- a/auto/unity_test_summary.rb +++ b/auto/unity_test_summary.rb @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby + # ========================================================================= # Unity - A Test Framework for C # ThrowTheSwitch.org @@ -5,7 +7,6 @@ # SPDX-License-Identifier: MIT # ========================================================================= -# !/usr/bin/ruby # # unity_test_summary.rb #