scstadmin, SCST.pm, targets(): Return target names sorted alphabetically

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5069 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-10-10 16:33:05 +00:00
parent dad81d3ba5
commit a02cf2379d

View File

@@ -597,6 +597,8 @@ sub targets {
close $tHandle;
@targets = sort(@targets);
return \@targets;
}