projects/scripts: Fix a typo in adi_env.tcl
parent
fa610d36c6
commit
14a4acfd0e
|
@ -12,6 +12,6 @@ if [info exists ::env(ADI_HDL_DIR)] {
|
||||||
}
|
}
|
||||||
|
|
||||||
if [info exists ::env(ADI_GHDL_DIR)] {
|
if [info exists ::env(ADI_GHDL_DIR)] {
|
||||||
G set ad_ghdl_dir [file normalize $::env(ADI_GHDL_DIR)]
|
set ad_ghdl_dir [file normalize $::env(ADI_GHDL_DIR)]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue