Quote BOM executable for spaces
This commit is contained in:
parent
861589d837
commit
d75329b6f1
|
@ -100,7 +100,7 @@ BOM_GENERATOR_HANDLER::BOM_GENERATOR_HANDLER( const wxString& aFile )
|
||||||
if( interpreter.IsEmpty() )
|
if( interpreter.IsEmpty() )
|
||||||
interpreter = wxT( "python" ); // For macOS, should we log here? Error here?
|
interpreter = wxT( "python" ); // For macOS, should we log here? Error here?
|
||||||
|
|
||||||
m_cmd = wxString::Format( "%s \"%s\" \"%%I\" \"%%O%s\"",
|
m_cmd = wxString::Format( wxT( "\"%s\" \"%s\" \"%%I\" \"%%O%s\"" ),
|
||||||
interpreter,
|
interpreter,
|
||||||
m_file.GetFullPath(),
|
m_file.GetFullPath(),
|
||||||
getOutputExtension( m_info ) );
|
getOutputExtension( m_info ) );
|
||||||
|
|
Loading…
Reference in New Issue