1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:47:44 +00:00

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
parent beaae6b420
commit eb20fbe145
20 changed files with 20 additions and 20 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc
# go to a writable directory

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc
# go to a writable directory

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
source $(dirname "$0")/test-commons.inc

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/Shell
echo "Not running Shell-valid as it has a high failure rate on target #7336"
echo PASS