wok annotate busybox/stuff/busybox-1.27-tar.u @ rev 20088

Up slitaz-configs (312), tazinst (90), tazlito (464)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 29 16:02:41 2017 +0200 (2017-09-29)
parents
children
rev   line source
pascal@19991 1 Accept and ignore --wildcards argument
pascal@19991 2 --- busybox-1.27/archival/tar.c
pascal@19991 3 +++ busybox-1.27/archival/tar.c
pascal@19991 4 @@ -924,6 +924,7 @@
pascal@19991 5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
pascal@19991 6 "touch\0" No_argument "m"
pascal@19991 7 # endif
pascal@19991 8 + "wildcards\0" No_argument "\xf8"
pascal@19991 9 "strip-components\0" Required_argument "\xf9"
pascal@19991 10 "no-recursion\0" No_argument "\xfa"
pascal@19991 11 # if ENABLE_FEATURE_TAR_TO_COMMAND