aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-20 13:28:22 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-20 13:28:22 +0000
commit404aa1479965df0d5d019a6a14f62fa696419e4c (patch)
treec6f3435738900c8d53832eb919b1b2c3d524f2e5 /shell
parent753fc33dda8a58173631650d3218e6f7b51ea58d (diff)
downloadbusybox-w32-404aa1479965df0d5d019a6a14f62fa696419e4c.tar.gz
busybox-w32-404aa1479965df0d5d019a6a14f62fa696419e4c.tar.bz2
busybox-w32-404aa1479965df0d5d019a6a14f62fa696419e4c.zip
message string changes, mostly for consistency, also -32 bytes in .rodata
git-svn-id: svn://busybox.net/trunk/busybox@16412 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 4d78b47a7..2013a9d2b 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -399,7 +399,7 @@ static int set_local_var(const char *s, int flg_export);
399/* Table of built-in functions. They can be forked or not, depending on 399/* Table of built-in functions. They can be forked or not, depending on
400 * context: within pipes, they fork. As simple commands, they do not. 400 * context: within pipes, they fork. As simple commands, they do not.
401 * When used in non-forking context, they can change global variables 401 * When used in non-forking context, they can change global variables
402 * in the parent shell process. If forked, of course they can not. 402 * in the parent shell process. If forked, of course they cannot.
403 * For example, 'unset foo | whatever' will parse and run, but foo will 403 * For example, 'unset foo | whatever' will parse and run, but foo will
404 * still be set at the end. */ 404 * still be set at the end. */
405static const struct built_in_command bltins[] = { 405static const struct built_in_command bltins[] = {