diff options
author | Steven Knight <knight@baldmt.com> | 2002-10-04 22:04:27 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-10-04 22:04:27 (GMT) |
commit | bdf39335f8eff310c749fa5a9d08697aa81a003b (patch) | |
tree | 21343a3f090e72f244b310a2827f87789ffdaab0 /test/RANLIB.py | |
parent | 313be3374d81ff22c10b8ec09c465cabd835062f (diff) | |
download | SCons-bdf39335f8eff310c749fa5a9d08697aa81a003b.zip SCons-bdf39335f8eff310c749fa5a9d08697aa81a003b.tar.gz SCons-bdf39335f8eff310c749fa5a9d08697aa81a003b.tar.bz2 |
win32 test portability fixes (Anthony Roach)
Diffstat (limited to 'test/RANLIB.py')
-rw-r--r-- | test/RANLIB.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RANLIB.py b/test/RANLIB.py index 14708e0..04a084f 100644 --- a/test/RANLIB.py +++ b/test/RANLIB.py @@ -39,7 +39,7 @@ else: test = TestSCons.TestSCons() -ranlib = test.where_is('ranlib') +ranlib = test.detect('RANLIB', 'ranlib') test.no_result(not ranlib) |