From 916e33b59e45a33383b3f37f7d9f616262cebd3b Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 3 Sep 2007 05:02:05 +0000 Subject: [PATCH] change case of conflicting option SVN-Revision: 8579 --- scripts/timestamp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl index 6bfa3ea1f0..90d1fa799a 100755 --- a/scripts/timestamp.pl +++ b/scripts/timestamp.pl @@ -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;