mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
Make -write_config write device names in alphabetical order.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3199 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1077,7 +1077,7 @@ sub writeConfiguration {
|
||||
my $devices = $CURRENT{'handler'}->{$handler};
|
||||
|
||||
my $device_buff;
|
||||
foreach my $device (@{$devices}) {
|
||||
foreach my $device (sort @{$devices}) {
|
||||
$device_buff .= "\tDEVICE $device";
|
||||
|
||||
$attributes = $SCST->deviceAttributes($device);
|
||||
|
||||
Reference in New Issue
Block a user