Browse Source

Spaces fix.

blitz-research 9 years ago
parent
commit
4b94ac31b0
2 changed files with 1 additions and 1 deletions
  1. BIN
      bin/mx2cc_windows.exe
  2. 1 1
      src/mx2new/builder.monkey2

BIN
bin/mx2cc_windows.exe


+ 1 - 1
src/mx2new/builder.monkey2

@@ -573,7 +573,7 @@ Class Builder
 		
 		
 		If Not opts.run Return
 		If Not opts.run Return
 		
 		
-		Exec( outputFile )
+		Exec( "~q"+outputFile+"~q" )
 		
 		
 	End
 	End