VirtualBox

Changeset 92620 in vbox


Ignore:
Timestamp:
Nov 29, 2021 2:08:20 AM (3 years ago)
Author:
vboxsync
Message:

IPRT,RTProcCreatEx/posix: Throw 'fish' in with bash, zsh and ksh, it doesn't seem to mess up file descriptor 3. bugref:10153

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp

    r92619 r92620  
    894894                            || strcmp(pszShellNm, "ksh") == 0
    895895                            || strcmp(pszShellNm, "ksh93") == 0
    896                             || strcmp(pszShellNm, "zsh") == 0)
     896                            || strcmp(pszShellNm, "zsh") == 0
     897                            || strcmp(pszShellNm, "fish") == 0)
    897898                        {
    898899                            pszExec      = pszShell;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette