Fixed exec_system_command problem

master
Allen Webster 2019-02-13 20:16:02 -08:00
parent f9657415d5
commit 1e89cb9e79
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ DOC_SEE(Command_Line_Interface_Flag)
// NOTE(allen): Figure out the command string.
String command_string = {};
if (command.size){
if (command.size == 0){
command_string = make_lit_string(" echo no script specified");
}
else{