diff options
author | Steven Knight <knight@baldmt.com> | 2002-08-28 16:01:52 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-08-28 16:01:52 (GMT) |
commit | 36e06c5c7557d40c4d4953e56f8c80d2a27bdd93 (patch) | |
tree | 7bd168d5cf33631bbeeae2e8890acf1da471427d /test/Repository/link-object.py | |
parent | 5579408699ca7d0c1da071ad61685d1635ecd4fe (diff) | |
download | SCons-36e06c5c7557d40c4d4953e56f8c80d2a27bdd93.zip SCons-36e06c5c7557d40c4d4953e56f8c80d2a27bdd93.tar.gz SCons-36e06c5c7557d40c4d4953e56f8c80d2a27bdd93.tar.bz2 |
On Win32 systems, supply a default if PATHEXT isn't in the environment; it doesn't exist on Win95/Win98.
Diffstat (limited to 'test/Repository/link-object.py')
-rw-r--r-- | test/Repository/link-object.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Repository/link-object.py b/test/Repository/link-object.py index af0214e..90d2e70 100644 --- a/test/Repository/link-object.py +++ b/test/Repository/link-object.py @@ -106,7 +106,7 @@ env.Program(target = 'foo', source = ['aaa.c', 'bbb.c', 'foo.c']) test.up_to_date(chdir = 'work', arguments = ".") # -test.write(['work', 'bbb.c'], """ +test.write(['work', 'bbb.c'], r""" void bbb(void) { |