diff options
Diffstat (limited to 'test/srcchange.py')
-rw-r--r-- | test/srcchange.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/srcchange.py b/test/srcchange.py index ac549f6..7c2e510 100644 --- a/test/srcchange.py +++ b/test/srcchange.py @@ -59,7 +59,7 @@ def subrevision(target, source ,env): SubRevision = Action(subrevision) env=Environment() -content_env=env.Copy() +content_env=env.Clone() content_env.TargetSignatures('content') content_env.Command('revision.in', [], '%(_python_)s getrevision > $TARGET') content_env.AlwaysBuild('revision.in') |