projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4874cfe
)
Removed duplicate sort call.
author
idl0r
<idl0r@gentoo.org>
Fri, 1 May 2009 22:01:53 +0000
(22:01 -0000)
committer
idl0r
<idl0r@gentoo.org>
Fri, 1 May 2009 22:01:53 +0000
(22:01 -0000)
svn path=/; revision=573
trunk/src/echangelog/echangelog
patch
|
blob
|
history
diff --git
a/trunk/src/echangelog/echangelog
b/trunk/src/echangelog/echangelog
index 834e4ac4cd5d7821d72fabfd8216241b706124fb..f198db548ab368ff6297817c79ec2f2b051268e4 100755
(executable)
--- a/
trunk/src/echangelog/echangelog
+++ b/
trunk/src/echangelog/echangelog
@@
-343,8
+343,6
@@
sub sortfunc($$) {
return 0;
}
-@files = sort sortfunc @files;
-
# Just to ensure we don't get duplicate entries.
sub mypush(\@@) {
my $aref = shift;