aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 7fa9dae21..4bd1c2c9d 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -8929,7 +8929,8 @@ describe_command(char *command, const char *path, int describe_command_verbose)
8929 8929
8930 case CMDFUNCTION: 8930 case CMDFUNCTION:
8931 if (describe_command_verbose) { 8931 if (describe_command_verbose) {
8932 out1str(" is a shell function"); 8932 /*out1str(" is a shell function");*/
8933 out1str(" is a function"); /* bash says this */
8933 } else { 8934 } else {
8934 out1str(command); 8935 out1str(command);
8935 } 8936 }