diff options
author | Steven Knight <knight@baldmt.com> | 2002-12-05 03:37:58 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-12-05 03:37:58 (GMT) |
commit | 2e49581b613cd875ae114ba137e28512693605d8 (patch) | |
tree | 22b0a30687c74be39cd4b802282363163854c10e /runtest.py | |
parent | 1974e3b981c83ab735d03798d4bf77906097d7fc (diff) | |
download | SCons-2e49581b613cd875ae114ba137e28512693605d8.zip SCons-2e49581b613cd875ae114ba137e28512693605d8.tar.gz SCons-2e49581b613cd875ae114ba137e28512693605d8.tar.bz2 |
Prevent -n from unlinking files.
Diffstat (limited to 'runtest.py')
-rw-r--r-- | runtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -279,6 +279,8 @@ else: scons_lib_dir = ld or os.path.join(cwd, 'src', 'engine') + pythonpath_dir = scons_lib_dir + if scons: # Let the version of SCons that the -x option pointed to find # its own modules. |