change case of conflicting option
SVN-Revision: 8579
This commit is contained in:
@@ -47,7 +47,7 @@ while (@ARGV > 0) {
|
|||||||
} else {
|
} else {
|
||||||
my ($tmp, $fname) = get_ts($path, $options{"findopts"});
|
my ($tmp, $fname) = get_ts($path, $options{"findopts"});
|
||||||
if ($tmp > $ts) {
|
if ($tmp > $ts) {
|
||||||
if ($options{'-f'}) {
|
if ($options{'-F'}) {
|
||||||
$n = $fname;
|
$n = $fname;
|
||||||
} else {
|
} else {
|
||||||
$n = $path;
|
$n = $path;
|
||||||
|
|||||||
Reference in New Issue
Block a user