From 55ba8e3830bf5c2c36a77d7009cea3c5dc36dd0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 29 Jan 2004 21:59:44 +0000 Subject: [PATCH] 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 --- .../file_systems/bfs/bfs_shell/additional_commands.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/additional_commands.h b/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/additional_commands.h index 08b886da0d..088dcd1d4b 100644 --- a/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/additional_commands.h +++ b/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/additional_commands.h @@ -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" +