From 0f9fcf68ce5b581b0ca3cab1b277b9871d187d44 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 5 Feb 1996 02:58:17 +0000 Subject: [PATCH] added _PATH_BSHELL --- pathnames.h.in | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.40.0