Skip to content

Commit

Permalink
helpers: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankenstone committed Jul 12, 2021
1 parent bc24c8d commit 4a627ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/helpers.cpp
Expand Up @@ -430,7 +430,7 @@ bool exec_controlscript(std::string script)
if (ret)
dprintf_colored(DEBUG_NORMAL, "control script missing %s\n", controlscript.c_str());

return ret == 0 ? true : false;
return ret;
}

std::string backtick(std::string command)
Expand Down

0 comments on commit 4a627ad

Please sign in to comment.