Skip to content
Snippets Groups Projects
Commit b340979a authored by deuce's avatar deuce
Browse files

I have an idea!

Let's use /bin/sh as the default shell for *nix rather than for !(__unix__)

*cough* been there for almost a year now.
parent 5e4d5439
No related branches found
No related tags found
No related merge requests found
...@@ -416,7 +416,7 @@ char* DLLCALL os_cmdshell(void) ...@@ -416,7 +416,7 @@ char* DLLCALL os_cmdshell(void)
{ {
char* shell=getenv(OS_CMD_SHELL_ENV_VAR); char* shell=getenv(OS_CMD_SHELL_ENV_VAR);
#if !defined(__unix__) #if defined(__unix__)
if(shell==NULL) if(shell==NULL)
#ifdef _PATH_BSHELL #ifdef _PATH_BSHELL
shell=_PATH_BSHELL; shell=_PATH_BSHELL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment