Skip to content

Commit 3ff8097

Browse files
Changed Hashbang (#979)
Closes #893
1 parent b7a6b80 commit 3ff8097

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/fixtures/bare_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
set -eu -o pipefail
33

44
git init -q --bare

tests/fixtures/basic_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
set -eu -o pipefail
33

44
git init -q

tests/fixtures/repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
set -eu -o pipefail
33

44
git init -q

0 commit comments

Comments
 (0)