Home | History | Annotate | Download | only in strace

Lines Matching defs:_PATH_BSHELL

510 #ifndef _PATH_BSHELL
511 # define _PATH_BSHELL "/bin/sh"
544 execl(_PATH_BSHELL, "sh", "-c", command, NULL);
545 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL);