projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add 'reset to defaults' to menuconfig
[openwrt.git]
/
scripts
/
timestamp.pl
diff --git
a/scripts/timestamp.pl
b/scripts/timestamp.pl
index
a4bb7ec
..
dc47e24
100755
(executable)
--- a/
scripts/timestamp.pl
+++ b/
scripts/timestamp.pl
@@
-6,7
+6,6
@@
sub get_ts($$) {
my $options = shift;
my $ts = 0;
my $fn = "";
- -d "$path" and $path .= "/*";
open FIND, "find $path -not -path \\*.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |";
while (<FIND>) {
chomp;
This page took
0.025675 seconds
and
4
git commands to generate.