aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/timestamp.pl
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-03 05:02:05 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-03 05:02:05 +0000
commit57bbf4eee0d41704c74d7cb15c8dc9bcf3a497f3 (patch)
tree4a22f03e1faf4d56bb64b8efeb75626f7b51fd56 /scripts/timestamp.pl
parent3ed11b8a5571bd256494a647c97cb79ff2ca7d76 (diff)
downloadmaster-187ad058-57bbf4eee0d41704c74d7cb15c8dc9bcf3a497f3.tar.gz
master-187ad058-57bbf4eee0d41704c74d7cb15c8dc9bcf3a497f3.tar.bz2
master-187ad058-57bbf4eee0d41704c74d7cb15c8dc9bcf3a497f3.zip
change case of conflicting option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8579 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/timestamp.pl')
-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;