Skip to content

Commit

Permalink
t6000lib: Fix permission
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Jan 30, 2010
1 parent 4848509 commit b9b727d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/t6000lib.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
: included from 6002 and others

[ -d .git/refs/tags ] || mkdir -p .git/refs/tags

:> sed.script
Expand Down

0 comments on commit b9b727d

Please sign in to comment.