wok view busybox/stuff/busybox-1.16.1-tar.u @ rev 5684

Up busybox (1.16.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 04 17:00:07 2010 +0200 (2010-06-04)
parents
children
line source
1 Accept --wildcards argument
2 --- busybox-1.16.1/archival/tar.c
3 +++ busybox-1.16.1/archival/tar.c
4 @@ -813,6 +813,8 @@
5 # if ENABLE_FEATURE_TAR_NOPRESERVE_TIME
6 "touch\0" No_argument "m"
7 # endif
8 + /* ignore --wildcards */
9 + "wildcards\0" No_argument "\xfb"
10 /* use numeric uid/gid from tar header, not textual */
11 "numeric-owner\0" No_argument "\xfc"
12 /* do not restore mode */