Merge f373beebbc into merged_master (Bitcoin PR #16344)

This commit is contained in:
Andrew Poelstra 2020-11-09 03:58:19 +00:00
commit f7cb3a9645
6 changed files with 9 additions and 9 deletions

View file

@ -1158,7 +1158,7 @@ fs::path GetSpecialFolderPath(int nFolder, bool fCreate)
}
#endif
#if defined(HAVE_SYSTEM)
#if HAVE_SYSTEM
void runCommand(const std::string& strCommand)
{
if (strCommand.empty()) return;