diff options
author | Denis Vlasenko | 2007-08-13 14:10:24 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-13 14:10:24 +0000 |
commit | 3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e (patch) | |
tree | 038567c7d5d0a3c9bfe40eeb534ffc9559423b9d /coreutils/expr.c | |
parent | 08294dbf5bc6fb1ea0b185488675d91169e231ce (diff) | |
download | busybox-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.zip busybox-3952f20c24ff3eed2ef6f4a9abd2d8a0aaa34a6e.tar.gz |
expand, unexpand: new applets from Tito <farmatito@tiscali.it>
Diffstat (limited to 'coreutils/expr.c')
-rw-r--r-- | coreutils/expr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/expr.c b/coreutils/expr.c index 318fee7..c2d9669 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c @@ -505,5 +505,3 @@ int expr_main(int argc, char **argv) fflush_stdout_and_exit(null(v)); } - - |