X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=scripts%2Ftimestamp.pl;h=b2d68a1bb15f4820655540cbf3da490d23096dc6;hb=0ca9e026a84255ec4a4e58afb8f6132eb233831e;hp=6bfa3ea1f0c7c8f15a74a60bfaef24c6ee0bc387;hpb=40aa2d8b06a03e4779cf728c4575c301f389eb72;p=openwrt.git 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;