projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb0892
)
fix detection of removed packages
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Apr 2006 02:19:38 +0000
(
02:19
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Apr 2006 02:19:38 +0000
(
02:19
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3688
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/timestamp.pl
patch
|
blob
|
history
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.022152 seconds
and
4
git commands to generate.