commit | f0ed376eda5d5c25d270e5100a881fb2d801bee6 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 26 23:21:47 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 26 23:21:47 2006 +0000 |
tree | 79166b700c497fbe798b6031e5bbff97e0933573 | |
parent | 670a6626cabc1498f32b35f959591f8621d8447e [diff] [blame] |
remove bb_printf and the like
diff --git a/coreutils/env.c b/coreutils/env.c index d03318f..2ce99b0 100644 --- a/coreutils/env.c +++ b/coreutils/env.c
@@ -90,7 +90,7 @@ puts(*ep); } - bb_fflush_stdout_and_exit(0); + fflush_stdout_and_exit(0); } /*