mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-12-18 23:11:11 +08:00
Fix up shebangs in the auto directory
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/ruby
|
#!/usr/bin/env ruby
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Unity - A Test Framework for C
|
# Unity - A Test Framework for C
|
||||||
# ThrowTheSwitch.org
|
# ThrowTheSwitch.org
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! python3
|
#!/usr/bin/env python3
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Unity - A Test Framework for C
|
# Unity - A Test Framework for C
|
||||||
# ThrowTheSwitch.org
|
# ThrowTheSwitch.org
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/ruby
|
#!/usr/bin/env ruby
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Unity - A Test Framework for C
|
# Unity - A Test Framework for C
|
||||||
# ThrowTheSwitch.org
|
# ThrowTheSwitch.org
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! python3
|
#!/usr/bin/env python3
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Unity - A Test Framework for C
|
# Unity - A Test Framework for C
|
||||||
# ThrowTheSwitch.org
|
# ThrowTheSwitch.org
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env ruby
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Unity - A Test Framework for C
|
# Unity - A Test Framework for C
|
||||||
# ThrowTheSwitch.org
|
# ThrowTheSwitch.org
|
||||||
@@ -5,7 +6,6 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
||||||
# !/usr/bin/ruby
|
|
||||||
#
|
#
|
||||||
# unity_test_summary.rb
|
# unity_test_summary.rb
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user