mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
fix: Use /bin/sh -c if it exists in run_interactive_command
This commit is contained in:
parent
206f3ae275
commit
52d5a7636d
1 changed files with 0 additions and 4 deletions
|
@ -363,10 +363,6 @@ def check_pip_install_extra(io, module, prompt, pip_install_cmd):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import sys
|
|
||||||
|
|
||||||
from aider.dump import dump
|
|
||||||
|
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
command = " ".join(sys.argv[1:])
|
command = " ".join(sys.argv[1:])
|
||||||
exit_status, output = run_interactive_command(command)
|
exit_status, output = run_interactive_command(command)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue