read_sdc bug introduced by dbd95cce
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
dbd95cce7d
commit
988514f8f4
|
|
@ -45,7 +45,7 @@ proc_redirect read_sdc {
|
|||
set prev_filename [info script]
|
||||
try {
|
||||
info script $filename
|
||||
source_ $filename $echo $verbose
|
||||
source_ $filename $echo 0
|
||||
} finally {
|
||||
info script $prev_filename
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue