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=916e33b59e45a33383b3f37f7d9f616262cebd3b;p=openwrt%2Fstaging%2Frmilecki.git change case of conflicting option SVN-Revision: 8579 --- diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl index 6bfa3ea1f0c..90d1fa799ae 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;