Index: src/SConscript |
=================================================================== |
--- src/SConscript (revision 546) |
+++ src/SConscript (working copy) |
@@ -109,7 +109,7 @@ |
env.Replace(**context.flags['v8']) |
context.ApplyEnvOverrides(env) |
env['BUILDERS']['JS2C'] = Builder(action=js2c.JS2C) |
- env['BUILDERS']['Snapshot'] = Builder(action='$SOURCE $TARGET --logfile $LOGFILE') |
+ env['BUILDERS']['Snapshot'] = Builder(action='$SOURCE $TARGET --logfile "$LOGFILE"') |
# Build the standard platform-independent source files. |
source_files = context.GetRelevantSources(SOURCES) |