diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-15 17:28:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-15 17:28:26 +0000 |
commit | 15649c11f3568ed6f030953844f201438379e03c (patch) | |
tree | 48811f7258292d66272c6f331f7f1a1e282b156a /shell | |
parent | 20a69a77d25d653128c09880dc24ec405c8220a5 (diff) | |
download | busybox-15649c11f3568ed6f030953844f201438379e03c.tar.gz |
Oops. I left in some debug noise.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index eb3ffcea1..cfe0b826b 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -1632,7 +1632,6 @@ static int set_local_var(const char *s) } *value='\0'; ++value; - printf("name='%s' and value='%s'\n",name, value); namelen = strlen (name); vallen = strlen (value); |