mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
t6000lib: Fix permission
4848509
(Fix permissions on test scripts, 2007-04-13) forgot to make
this included file non-executable.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
4848509a97
commit
b9b727ddb3
1 changed files with 2 additions and 0 deletions
2
t/t6000lib.sh
Executable file → Normal file
2
t/t6000lib.sh
Executable file → Normal file
|
@ -1,3 +1,5 @@
|
|||
: included from 6002 and others
|
||||
|
||||
[ -d .git/refs/tags ] || mkdir -p .git/refs/tags
|
||||
|
||||
:> sed.script
|
||||
|
|
Loading…
Reference in a new issue