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
commit916e33b59e45a33383b3f37f7d9f616262cebd3b (patch)
treea09160f57cd0cf254bbfb76bc5081a192c81cf67 /scripts/timestamp.pl
parent8680e1d07d16c7e6040210b9cebe57ccc669130d (diff)
downloadupstream-916e33b59e45a33383b3f37f7d9f616262cebd3b.tar.gz
upstream-916e33b59e45a33383b3f37f7d9f616262cebd3b.tar.bz2
upstream-916e33b59e45a33383b3f37f7d9f616262cebd3b.zip
change case of conflicting option
SVN-Revision: 8579
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;