aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r--shell/shell_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c
index e3d6783b5..2e36d9208 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -59,7 +59,7 @@ shell_builtin_read(struct builtin_read_params *params)
59 while (*pp) { 59 while (*pp) {
60 if (endofname(*pp)[0] != '\0') { 60 if (endofname(*pp)[0] != '\0') {
61 /* Mimic bash message */ 61 /* Mimic bash message */
62 bb_error_msg("read: '%s': not a valid identifier", *pp); 62 bb_error_msg("read: '%s': bad variable name", *pp);
63 return (const char *)(uintptr_t)1; 63 return (const char *)(uintptr_t)1;
64 } 64 }
65 pp++; 65 pp++;