projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a795b4
)
fix detection of removed packages
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Apr 2006 02:19:38 +0000
(
02:19
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Apr 2006 02:19:38 +0000
(
02:19
+0000)
SVN-Revision: 3688
openwrt/scripts/timestamp.pl
patch
|
blob
|
history
diff --git
a/openwrt/scripts/timestamp.pl
b/openwrt/scripts/timestamp.pl
index a4bb7ecda09f5c1ac9eae880011e342b10c5aae3..dc47e24aae44f7050ce23ae69a19a6a927af5963 100755
(executable)
--- a/
openwrt/scripts/timestamp.pl
+++ b/
openwrt/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;