From: Sergey Poznyakoff Date: Sat, 29 Jun 2013 12:05:21 +0000 (+0300) Subject: Fix the compatibility check for the --occurrence option. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=8a834dfa1037758cb42123fd710048cebdc13e7b;hp=8a834dfa1037758cb42123fd710048cebdc13e7b;p=chaz%2Ftar Fix the compatibility check for the --occurrence option. * src/tar.c (SUBCL_OCCUR): New class. (subcommand_class): Update. (decode_options): Accept the --occurrence option with any subcommand from the SUBCL_OCCUR class. ---