forked from hummypkg/webif
Merge pull request 'Fix extraneous $' (#2) from svc.class into master
This commit was merged in pull request #2.
This commit is contained in:
@@ -1371,7 +1371,7 @@ proc {rsv restore} {file} {
|
|||||||
|
|
||||||
puts " $chan"
|
puts " $chan"
|
||||||
|
|
||||||
set c [$svc channel $chan]
|
set c [svc channel $chan]
|
||||||
if {$c == 0} {
|
if {$c == 0} {
|
||||||
puts " Cannot map channel name to service."
|
puts " Cannot map channel name to service."
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user