diff options
author | Eric Andersen | 2001-05-15 17:28:26 +0000 |
---|---|---|
committer | Eric Andersen | 2001-05-15 17:28:26 +0000 |
commit | 15649c11f3568ed6f030953844f201438379e03c (patch) | |
tree | 48811f7258292d66272c6f331f7f1a1e282b156a | |
parent | 20a69a77d25d653128c09880dc24ec405c8220a5 (diff) | |
download | busybox-15649c11f3568ed6f030953844f201438379e03c.zip busybox-15649c11f3568ed6f030953844f201438379e03c.tar.gz |
Oops. I left in some debug noise.
-rw-r--r-- | hush.c | 1 | ||||
-rw-r--r-- | shell/hush.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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); diff --git a/shell/hush.c b/shell/hush.c index eb3ffce..cfe0b82 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); |