We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4604bcd commit d878767Copy full SHA for d878767
1 file changed
cli/cloe_launch/exec.py
@@ -65,6 +65,8 @@ class Environment:
65
"PATH": "/bin:/usr/bin",
66
}
67
_preserve: List[str] = [
68
+ # Required for avoiding recursive invocations:
69
+ "CLOE_SHELL",
70
# Required for XDG compliance:
71
"XDG_.*",
72
"HOME",
0 commit comments