Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-09 22:43:57 +0300
committerEric Andersen <andersen@codepoet.org>2001-03-09 22:43:57 +0300
commitce89871ff726a42be87d56e2af1f0bd5040b7549 (patch)
tree082e0ffddc23b8908d5c3161dedd8ec5c175bfb8 /shell/lash.c
parent195743f195ad4a74735e4aec1d801c498a60f371 (diff)
Urg. Remove the debug noise
Diffstat (limited to 'shell/lash.c')
-rw-r--r--shell/lash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c
index 865f10b39..b259aa369 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -1086,7 +1086,6 @@ static int expand_arguments(char *command)
src = dst+subst_len;
}
}
- printf("expanded '%s'\n", command);
#endif
return TRUE;