summaryrefslogtreecommitdiffstats
path: root/test/Repository/Java.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Repository/Java.py')
-rw-r--r--test/Repository/Java.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Repository/Java.py b/test/Repository/Java.py
index fce85cd..290d742 100644
--- a/test/Repository/Java.py
+++ b/test/Repository/Java.py
@@ -59,7 +59,7 @@ opts = '-Y ' + test.workpath('rep1')
#
test.write(['rep1', 'SConstruct'], """
env = Environment(tools = ['javac'],
- JAVAC = r'%s')
+ JAVAC = r'"%s"')
env.Java(target = 'classes', source = 'src')
""" % javac)