another comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3223 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
eae8571ae4
commit
1932dfb131
|
@ -271,7 +271,8 @@ bool execute_command(const char *command)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check $SHELL for the shell to use. If it isn't set, use
|
/* Check $SHELL for the shell to use. If it isn't set, use
|
||||||
* /bin/sh. */
|
* /bin/sh. Note that $SHELL should contain only a path, with no
|
||||||
|
* arguments. */
|
||||||
shellenv = getenv("SHELL");
|
shellenv = getenv("SHELL");
|
||||||
if (shellenv == NULL)
|
if (shellenv == NULL)
|
||||||
shellenv = "/bin/sh";
|
shellenv = "/bin/sh";
|
||||||
|
|
Loading…
Reference in New Issue