mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
If someone tries to run an editor, use our fake-editor instead
This commit is contained in:
parent
ed7de720a9
commit
5b590b8367
2 changed files with 5 additions and 1 deletions
scenes
|
@ -49,7 +49,6 @@ func run_async_thread(shell_command):
|
|||
var env = {}
|
||||
env["HOME"] = game.tmp_prefix
|
||||
env["PATH"] = game.tmp_prefix+":/usr/bin:/bin:/mingw64/bin/"
|
||||
|
||||
|
||||
var hacky_command = ""
|
||||
for variable in env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue