Skip to content

Commit e4942f1

Browse files
committed
Fix up shebangs in the auto directory
1 parent cdf1d02 commit e4942f1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

auto/generate_test_runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22
# =========================================================================
33
# Unity - A Test Framework for C
44
# ThrowTheSwitch.org

auto/stylize_as_junit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3
1+
#!/usr/bin/env python3
22
# =========================================================================
33
# Unity - A Test Framework for C
44
# ThrowTheSwitch.org

auto/stylize_as_junit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22
# =========================================================================
33
# Unity - A Test Framework for C
44
# ThrowTheSwitch.org

auto/unity_test_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! python3
1+
#!/usr/bin/env python3
22
# =========================================================================
33
# Unity - A Test Framework for C
44
# ThrowTheSwitch.org

auto/unity_test_summary.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
#!/usr/bin/env ruby
12
# =========================================================================
23
# Unity - A Test Framework for C
34
# ThrowTheSwitch.org
45
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
56
# SPDX-License-Identifier: MIT
67
# =========================================================================
78

8-
# !/usr/bin/ruby
99
#
1010
# unity_test_summary.rb
1111
#

0 commit comments

Comments
 (0)