2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

added _PATH_BSHELL

This commit is contained in:
Todd C. Miller
1996-02-05 02:58:17 +00:00
parent 15eb52fd08
commit 0f9fcf68ce

View File

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