Skip to content

Commit 022fbb6

Browse files
newrengitster
authored andcommitted
t5583: fix shebang line
The shebang was missing the leading `/` character, resulting in: $ ./t5583-push-branches.sh bash: ./t5583-push-branches.sh: cannot execute: required file not found Add the missing character so the test can run. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 425b4d7 commit 022fbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5583-push-branches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/sh
1+
#!/bin/sh
22

33
test_description='check the consisitency of behavior of --all and --branches'
44

0 commit comments

Comments
 (0)