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 */