projects/scripts: Fix a typo in adi_env.tcl

main
István Csomortáni 2019-07-25 17:58:36 +03:00 committed by GitHub
parent fa610d36c6
commit 14a4acfd0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ if [info exists ::env(ADI_HDL_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)]
}