aboutsummaryrefslogtreecommitdiff
path: root/baseboards/basic-sim.exp
diff options
context:
space:
mode:
Diffstat (limited to 'baseboards/basic-sim.exp')
-rw-r--r--baseboards/basic-sim.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboards/basic-sim.exp b/baseboards/basic-sim.exp
index f506fe7..96d5164 100644
--- a/baseboards/basic-sim.exp
+++ b/baseboards/basic-sim.exp
@@ -40,7 +40,7 @@ proc find_sim { target_alias sim_dir sim_name } {
# We have to search because tool_root_dir may actually point to that blasted
# "target" subdirectory.
set try [lookfor_file ${tool_root_dir} sim/${sim_dir}/${sim_name}]
- if { $try != "" } {
+ if { $try ne "" } {
return $try
}
return ${target_alias}-${sim_name}