wok annotate busybox/stuff/busybox-1.31-tar.u @ rev 22061

sane-backends/sane.cgi: add range values
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 24 17:12:11 2019 +0200 (2019-10-24)
parents
children
rev   line source
pascal@21761 1 Accept and ignore --wildcards argument
pascal@21761 2 --- busybox-1.31/archival/tar.c
pascal@21761 3 +++ busybox-1.31/archival/tar.c
pascal@21761 4 @@ -915,6 +915,7 @@
pascal@21761 5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
pascal@21761 6 "touch\0" No_argument "m"
pascal@21761 7 # endif
pascal@21761 8 + "wildcards\0" No_argument "\xf8"
pascal@21761 9 "strip-components\0" Required_argument "\xf9"
pascal@21761 10 "no-recursion\0" No_argument "\xfa"
pascal@21761 11 # if ENABLE_FEATURE_TAR_TO_COMMAND