Changed the prompt of the bfs_shell, so that I can't confuse it with the

fsh command (which is part of BeOS for some unknown reason).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6415 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-01-29 21:59:44 +00:00
parent 753f8791b9
commit 55ba8e3830

View File

@ -8,3 +8,10 @@
*/
{ "chkbfs", do_chkbfs, "does a chkbfs on the volume" },
/* You can also define your own prompt so that your fs shell
* can be differentiated from others easily:
*/
#define FS_SHELL_PROMPT "bfs_shell"