From: Todd C. Miller Date: Mon, 5 Feb 1996 02:58:17 +0000 (+0000) Subject: added _PATH_BSHELL X-Git-Tag: SUDO_1_5_0~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f9fcf68ce5b581b0ca3cab1b277b9871d187d44;p=sudo added _PATH_BSHELL --- diff --git a/pathnames.h.in b/pathnames.h.in index 191d63f07..c6f3d5e87 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -84,3 +84,7 @@ #ifndef _PATH_MV #define _PATH_MV _SUDO_PATH_MV #endif /* _PATH_MV */ + +#ifndef _PATH_BSHELL +#define _PATH_BSHELL _SUDO_PATH_BSHELL +#endif /* _PATH_BSHELL */