gnucash master: Remove superfluous sort that slipped in via the last merge from maint

Geert Janssens gjanssens at code.gnucash.org
Sat Jan 31 11:33:57 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/f6ecfc0b (commit)
	from  https://github.com/Gnucash/gnucash/commit/e1c7d9d1 (commit)



commit f6ecfc0b46a525866ff9e2d808dcbfd7f99036ca
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Jan 31 18:50:47 2015 +0100

    Remove superfluous sort that slipped in via the last merge from maint

diff --git a/make-gnucash-potfiles.in b/make-gnucash-potfiles.in
index fbed466..ee54e21 100644
--- a/make-gnucash-potfiles.in
+++ b/make-gnucash-potfiles.in
@@ -49,7 +49,7 @@ my @possible_files = sort sort_func
                       `cd @-SRCDIR-@ && find src -name '*.c' \\
                       -o -name '*.cpp' -o -name '*.glade' \\
                       -o -name '*.desktop.in' -o -name '*.keys.in' \\
-                      -o -name '*.gschema.xml.in.in' -o -name '*.scm' | sort`;
+                      -o -name '*.gschema.xml.in.in' -o -name '*.scm'`;
 ## For perl files add the following:
 # -o -name '*.pl'
 



Summary of changes:
 make-gnucash-potfiles.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list