From c237aeab10add3d1a9da260c297a7f0587ded13e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 21 Apr 2019 04:46:31 -0500 Subject: [PATCH] Promote tar. There's probably more to do, but it seems usable at this point. --- toys/{pending => posix}/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => posix}/tar.c (99%) diff --git a/toys/pending/tar.c b/toys/posix/tar.c similarity index 99% rename from toys/pending/tar.c rename to toys/posix/tar.c index f31b5f2b..cfeedcba 100644 --- a/toys/pending/tar.c +++ b/toys/posix/tar.c @@ -22,7 +22,7 @@ USE_TAR(NEWTOY(tar, "&(restrict)(full-time)(no-recursion)(numeric-owner)(no-same config TAR bool "tar" - default n + default y help usage: tar [-cxtfvohmjkO] [-XT FILE] [-f TARFILE] [-C DIR] -- 2.39.2