* archival/gzip.c (ifname, ofname): Delete.

(gzip_main): Handle multiple files.
* include/usage.h (gzip_trivial_usage): Allow multiple FILEs.
  (gzip_full_usage): Ditto.
* testsuite/gzip/gzip-accepts-multiple-files: New.
* testsuite/gzip/gzip-removes-original-file: New.
This commit is contained in:
Matt Kraai
2002-02-05 22:31:48 +00:00
parent 592a3e63ee
commit 9bd49d6a22
4 changed files with 68 additions and 67 deletions

View File

@@ -0,0 +1,3 @@
touch foo
busybox gzip foo
test ! -f foo