summaryrefslogtreecommitdiff
path: root/test/srcchange.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/srcchange.py')
-rw-r--r--test/srcchange.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/srcchange.py b/test/srcchange.py
index ac549f6c..7c2e510c 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')