Everywhere: Use /bin/Shell as the shebang for Shell scripts

This commit is contained in:
Ali Mohammad Pur 2023-02-12 17:50:28 +03:30 committed by Ali Mohammad Pur
commit eb20fbe145
Notes: sideshowbarker 2024-07-17 00:25:44 +09:00
20 changed files with 20 additions and 20 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
# IFS controls what $(...) (inline evaluate) would split its captured
# string with. the default is \x0a (i.e. newline).

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
echo
echo "==== Running Tests on SerenityOS ===="