]> git.99rst.org Git - git.git/commit
t5583: fix shebang line
authorElijah Newren <redacted>
Fri, 12 May 2023 15:09:16 +0000 (15:09 +0000)
committerJunio C Hamano <redacted>
Fri, 12 May 2023 17:02:18 +0000 (10:02 -0700)
commit022fbb655d371db6382415bcfba5cdf741afeb41
treed1daa21e8844651d92ed176bfde1b55a2dcb918e
parent425b4d7f47bd2be561ced14eac36056390862e8c
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5583-push-branches.sh
git clone https://git.99rst.org/PROJECT