From a704a57c46039df1eb5a49b1172f5394cf79ed5e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 30 Mar 2006 11:28:15 +0000 Subject: [PATCH] include BSHELL path --- include/minix/paths.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/minix/paths.h b/include/minix/paths.h index 22ae67458..c35b7daeb 100644 --- a/include/minix/paths.h +++ b/include/minix/paths.h @@ -16,4 +16,6 @@ #define _PATH_RAMDISK "/dev/ram" #define _PATH_TMP "/tmp" +#define _PATH_BSHELL "/bin/sh" + #endif -- 2.44.0