From 0a67f25298c80aaeb3633342c36d6e00e91d7bd1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 28 Nov 2017 11:51:48 -0500 Subject: RF: no "need" for custom shebang on windows since just does not work --- git/test/test_index.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'git/test/test_index.py') diff --git a/git/test/test_index.py b/git/test/test_index.py index 109589d8..2553e493 100644 --- a/git/test/test_index.py +++ b/git/test/test_index.py @@ -54,9 +54,7 @@ from gitdb.base import IStream import os.path as osp from git.cmd import Git -HOOKS_SHEBANG = \ - "!C:/Program\ Files/Git/usr/bin/sh.exe\n" if is_win \ - else "#!/usr/bin/env sh\n" +HOOKS_SHEBANG = "#!/usr/bin/env sh\n" def _make_hook(git_dir, name, content, make_exec=True): -- cgit v1.2.1