projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: override wmac device name for the AR934x SoCs
[openwrt.git]
/
scripts
/
timestamp.pl
diff --git
a/scripts/timestamp.pl
b/scripts/timestamp.pl
index
3bf0571
..
e24d814
100755
(executable)
--- a/
scripts/timestamp.pl
+++ b/
scripts/timestamp.pl
@@
-14,7
+14,7
@@
sub get_ts($$) {
my $ts = 0;
my $fn = "";
$path .= "/" if( -d $path);
my $ts = 0;
my $fn = "";
$path .= "/" if( -d $path);
- open FIND, "find $path -type f -and -not -path \\*.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |";
+ open FIND, "find $path -type f -and -not -path \\*
/
.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |";
while (<FIND>) {
chomp;
my $file = $_;
while (<FIND>) {
chomp;
my $file = $_;
This page took
0.017987 seconds
and
4
git commands to generate.