From: nico Date: Mon, 3 Sep 2007 05:02:05 +0000 (+0000) Subject: change case of conflicting option X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/023fb636c75c0bfc0dc18bcbf53edf3acee156ec change case of conflicting option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8579 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl index 6bfa3ea1f..90d1fa799 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;