X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=scripts%2Ftimestamp.pl;h=b2d68a1bb15f4820655540cbf3da490d23096dc6;hp=6bfa3ea1f0c7c8f15a74a60bfaef24c6ee0bc387;hb=7a87e1cc8fc9c0e6414a9bdc261a37f3fc49a65d;hpb=40aa2d8b06a03e4779cf728c4575c301f389eb72 diff --git a/scripts/timestamp.pl b/scripts/timestamp.pl index 6bfa3ea1f0..b2d68a1bb1 100755 --- a/scripts/timestamp.pl +++ b/scripts/timestamp.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Copyright (C) 2006 OpenWrt.org # @@ -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;