git-svn-id: file:///root/webif/svn/pkg/webif/trunk@2312 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2015-02-05 23:19:20 +00:00
parent 46de6718c3
commit 675139500a
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ proc {system usbdisks} {{full 0}} {
set link [file readlink $block/device]
foreach disk $disks {
if {[string first "/$disk/" $link] >= 0} {
set map($block) $disk
set map([file tail $block]) $disk
}
}