diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-03 05:02:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-03 05:02:05 +0000 |
commit | 916e33b59e45a33383b3f37f7d9f616262cebd3b (patch) | |
tree | a09160f57cd0cf254bbfb76bc5081a192c81cf67 | |
parent | 8680e1d07d16c7e6040210b9cebe57ccc669130d (diff) | |
download | upstream-916e33b59e45a33383b3f37f7d9f616262cebd3b.tar.gz upstream-916e33b59e45a33383b3f37f7d9f616262cebd3b.tar.bz2 upstream-916e33b59e45a33383b3f37f7d9f616262cebd3b.zip |
change case of conflicting option
SVN-Revision: 8579
-rwxr-xr-x | scripts/timestamp.pl | 2 |
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; |