From 1762fa36021c69466c66f9297caa7551c2fe11dc Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sat, 4 Nov 2006 05:31:24 +0000 Subject: Merged revisions 1667-1674 via svnmerge from http://scons.tigris.org/svn/scons/branches/core ........ r1672 | stevenknight | 2006-11-03 23:11:52 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D480 - Don't use UNIX logic to detect an executable qmtest.py on Windows. ........ r1673 | stevenknight | 2006-11-03 23:18:59 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D481 - Remove the print statement from the previous checkin. ........ r1674 | stevenknight | 2006-11-03 23:25:43 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D482 - Create a env.Clone() method and encourage its use in favor of env.Copy(). ........ --- test/srcchange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/srcchange.py') 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') -- cgit v1.2.1