aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/timestamp.pl2
1 files changed, 1 insertions, 1 deletions
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;