move <packages/phone> into own feed <feeds/phone> and add entry to <feeds.conf.default>
[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;