aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-09 19:43:57 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-09 19:43:57 +0000
commitce89871ff726a42be87d56e2af1f0bd5040b7549 (patch)
tree082e0ffddc23b8908d5c3161dedd8ec5c175bfb8 /sh.c
parent195743f195ad4a74735e4aec1d801c498a60f371 (diff)
downloadbusybox-w32-ce89871ff726a42be87d56e2af1f0bd5040b7549.tar.gz
busybox-w32-ce89871ff726a42be87d56e2af1f0bd5040b7549.tar.bz2
busybox-w32-ce89871ff726a42be87d56e2af1f0bd5040b7549.zip
Urg. Remove the debug noise
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index 865f10b39..b259aa369 100644
--- a/sh.c
+++ b/sh.c
@@ -1086,7 +1086,6 @@ static int expand_arguments(char *command)
1086 src = dst+subst_len; 1086 src = dst+subst_len;
1087 } 1087 }
1088 } 1088 }
1089 printf("expanded '%s'\n", command);
1090 1089
1091#endif 1090#endif
1092 return TRUE; 1091 return TRUE;