Skip to content

Commit

Permalink
Don't set CONFIG_SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Nov 10, 2023
1 parent 4a12c87 commit d267bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _build_lib(self, tarball_path, lib_dir, commands):
def run_command(args):
print("Executing: %s" % ' '.join(args))
env = os.environ.copy()
env["CONFIG_SHELL"] = r"C:\Program Files\Git\bin\bash.exe"
# ~ env["CONFIG_SHELL"] = r"C:\Program Files\Git\bin\bash.exe"
subprocess.check_call(args, cwd=lib_dir, env=env)

for command in commands:
Expand Down

0 comments on commit d267bbd

Please sign in to comment.