]> Zhao Yanbai Git Server - minix.git/commitdiff
include BSHELL path
authorBen Gras <ben@minix3.org>
Thu, 30 Mar 2006 11:28:15 +0000 (11:28 +0000)
committerBen Gras <ben@minix3.org>
Thu, 30 Mar 2006 11:28:15 +0000 (11:28 +0000)
include/minix/paths.h

index 22ae674587e1b0d3cac463b13ed8c67222f6694c..c35b7daeb700e32df9b606fa360a174182e6c6b0 100644 (file)
@@ -16,4 +16,6 @@
 #define    _PATH_RAMDISK   "/dev/ram"
 #define    _PATH_TMP       "/tmp"
 
+#define _PATH_BSHELL   "/bin/sh"
+
 #endif