scstadmin: Sort target group names alphabetically

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5105 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-11-13 21:08:53 +00:00
parent 40908c5d37
commit 4f31d1cc0e
@@ -915,6 +915,8 @@ sub targetGroupTargets {
close $dHandle;
@targets = sort(@targets);
return \@targets;
}