Skip to content

Shell: No -l in fallback, for max compatibility#5452

Merged
rekram1-node merged 1 commit into
anomalyco:devfrom
jdanbrown:patch-1
Dec 12, 2025
Merged

Shell: No -l in fallback, for max compatibility#5452
rekram1-node merged 1 commit into
anomalyco:devfrom
jdanbrown:patch-1

Conversation

@jdanbrown

Copy link
Copy Markdown
Contributor

Remove the -l flag from the fallback shell, for best compatibility with random shells that are out there, e.g.

  • fish — supports -l, but must be -l -c <cmd> not -c -l <cmd>
  • nu — supports -l, but must be -l -c <cmd> not -c -l <cmd>
  • xonsh — supports -l, but must be -l -c <cmd> not -c -l <cmd>
  • tcsh/csh — doesn't support -l
  • ksh — supports -l

Removed the '-l' flag from the fallback shell command for better compatibility.
@rekram1-node
rekram1-node merged commit 6e9833a into anomalyco:dev Dec 12, 2025
3 checks passed
@jdanbrown
jdanbrown deleted the patch-1 branch December 12, 2025 21:51
xywsxp pushed a commit to xywsxp/opencode that referenced this pull request Apr 24, 2026
Rwanbt pushed a commit to Rwanbt/opencode that referenced this pull request May 5, 2026
AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 2026
AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 2026
avion23 pushed a commit to avion23/opencode that referenced this pull request Jun 10, 2026
Rwanbt pushed a commit to Rwanbt/opencode that referenced this pull request Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants