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

python-bcrypt: added build dependencies
author Hans-G?nter Theisgen
date Mon Apr 06 06:26:59 2020 +0100 (2020-04-06)
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