change case of conflicting option

SVN-Revision: 8579
This commit is contained in:
Nicolas Thill 2007-09-03 05:02:05 +00:00
parent 8680e1d07d
commit 916e33b59e

View File

@ -47,7 +47,7 @@ while (@ARGV > 0) {
} else {
my ($tmp, $fname) = get_ts($path, $options{"findopts"});
if ($tmp > $ts) {
if ($options{'-f'}) {
if ($options{'-F'}) {
$n = $fname;
} else {
$n = $path;