[Lldb-commits] [PATCH] D25750: When invoking Terminal, don't assume the default shell

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 18 16:26:09 PDT 2016


Actually that's a good point. We can default to bash but add a setting to override. The issue we have to solve is that the current approach fails with non-POSIX shells.

-Todd

> On Oct 18, 2016, at 4:09 PM, Joerg Sonnenberger <joerg at NetBSD.org> wrote:
> 
> joerg added a comment.
> 
> OK, this is OSX specific, but I still think that hardcoding bash is a bad idea. Does it need anything not in `/bin/sh`?
> 
> 
> https://reviews.llvm.org/D25750
> 
> 
> 


More information about the lldb-commits mailing list