From f6ecfc0b46a525866ff9e2d808dcbfd7f99036ca Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 31 Jan 2015 18:50:47 +0100 Subject: [PATCH] Remove superfluous sort that slipped in via the last merge from maint --- make-gnucash-potfiles.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-gnucash-potfiles.in b/make-gnucash-potfiles.in index fbed466101..ee54e21688 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'