Colin Percival <[EMAIL PROTECTED]> writes: > Log: > When deleting empty directories prior to building the release tarballs, > pass the "-empty" flag to find(1). This change has no effect other > than to get rid of a few pages of "rmdir: ...: Directory not empty" > error messages. (Note that the "-empty" flag has been supported by > find(1) since 4.3-RELEASE.)
you might as well drop the xargs (which isn't idiomatically correct anyway, you should use -print0 / xargs -0) and replace -print with -delete. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"