aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-11-02 17:30:19 +0000
committerRob Savoye <rob@welcomehome.org>2001-11-02 17:30:19 +0000
commit1d524cde91bedfc7281268d2e6af959d942e169d (patch)
tree16098adc175929789aa997439fcdfc2f25072f46 /lib
parent4f5605a4f2a44d50c43d787f3f350d29851a5761 (diff)
downloaddejagnu-1d524cde91bedfc7281268d2e6af959d942e169d.zip
dejagnu-1d524cde91bedfc7281268d2e6af959d942e169d.tar.gz
dejagnu-1d524cde91bedfc7281268d2e6af959d942e169d.tar.bz2
2001-11-02 Philip A. Wilsey <philip.wilsey@cliftonlabs.com>
* lib/utils.exp: Need to pass -all to getdirs, so it descends through all the subdirectories.
Diffstat (limited to 'lib')
-rw-r--r--lib/utils.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.exp b/lib/utils.exp
index eaebdb9..2a13d02 100644
--- a/lib/utils.exp
+++ b/lib/utils.exp
@@ -105,7 +105,7 @@ proc find { rootdir pattern } {
break
}
foreach i $tmp {
- set j [getdirs $i]
+ set j [getdirs -all $i]
if ![string match "" $j] {
append dirs "$j "
set rootdir $j