We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2933636 commit 5f4dec7Copy full SHA for 5f4dec7
src/rezplugins/shell/gitbash.py
@@ -37,7 +37,7 @@ def executable_name(cls):
37
38
@classmethod
39
def find_executable(cls, name, check_syspaths=False):
40
- exepath = Bash.find_executable(name, check_syspaths=check_syspaths)
+ exepath = super(GitBash, cls).find_executable(name, check_syspaths=check_syspaths)
41
42
if exepath and "system32" in exepath.lower():
43
print_warning(
0 commit comments