From: Nicolas Thill Date: Mon, 3 Sep 2007 05:02:05 +0000 (+0000) Subject: change case of conflicting option X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e90bff232711f9653479c9bd8c4dc7445c6b0fe7;p=openwrt%2Fsvn-archive%2Farchive.git change case of conflicting option SVN-Revision: 8579 --- 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;