Browse Source

Spaces fix.

blitz-research 9 năm trước cách đây
mục cha
commit
4b94ac31b0
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 		
-		Exec( outputFile )
+		Exec( "~q"+outputFile+"~q" )
 		
 	End