aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pdksh/kshrc.d/prompt.ksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdksh/kshrc.d/prompt.ksh b/pdksh/kshrc.d/prompt.ksh
index 28a7c9fd..29c8f93a 100644
--- a/pdksh/kshrc.d/prompt.ksh
+++ b/pdksh/kshrc.d/prompt.ksh
@@ -106,7 +106,7 @@ prompt() {
# Print error
*)
- printf '%s: Unknown command %s\n' "$FUNCNAME" "$1" >&2
+ printf 'prompt: Unknown command %s\n' "$1" >&2
return 2
;;