aboutsummaryrefslogtreecommitdiff
path: root/lib/utils.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils.exp')
-rw-r--r--lib/utils.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.exp b/lib/utils.exp
index c0f1ab7..3c00b3f 100644
--- a/lib/utils.exp
+++ b/lib/utils.exp
@@ -45,7 +45,7 @@ proc getdirs { args } {
}
verbose "Looking in ${path} for directories that match \"${pattern}\"" 3
catch "glob ${path}/${pattern}" tmp
- if { ${tmp} != "" } {
+ if { ${tmp} ne "" } {
foreach i ${tmp} {
if {[file isdirectory $i]} {
switch -- "[file tail $i]" {