wok-next annotate busybox/stuff/patches/tar.u @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 2ef4101ba8f7
children
rev   line source
al@19875 1 Accept and ignore --wildcards argument
pascal@21723 2 --- busybox-1.31/archival/tar.c
pascal@21723 3 +++ busybox-1.31/archival/tar.c
pascal@21723 4 @@ -915,6 +915,7 @@
al@19875 5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
al@19875 6 "touch\0" No_argument "m"
al@19875 7 # endif
al@19875 8 + "wildcards\0" No_argument "\xf8"
al@19875 9 "strip-components\0" Required_argument "\xf9"
al@19875 10 "no-recursion\0" No_argument "\xfa"
al@19875 11 # if ENABLE_FEATURE_TAR_TO_COMMAND