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

This commit is contained in:
Geert Janssens 2015-01-31 18:50:47 +01:00
parent e1c7d9d1b9
commit f6ecfc0b46

View File

@ -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'