use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)
[openwrt.git] / scripts / timestamp.pl
index 6bfa3ea..b2d68a1 100755 (executable)
@@ -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;
This page took 0.026745 seconds and 4 git commands to generate.