diff options
Diffstat (limited to 'test/RCS.py')
-rw-r--r-- | test/RCS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RCS.py b/test/RCS.py index 68bb546..7be0080 100644 --- a/test/RCS.py +++ b/test/RCS.py @@ -181,7 +181,7 @@ def cat(env, source, target): for src in source: f.write(open(src, "rb").read()) f.close() -_default_env['RCS_COFLAGS'] = '-l' +DefaultEnvironment()['RCS_COFLAGS'] = '-l' env = Environment(ENV=ENV, BUILDERS={'Cat':Builder(action=cat)}) env.Cat('aaa.out', 'aaa.in') env.Cat('bbb.out', 'bbb.in') |