Add local-testnet clean script, and make a really ugly hacky fix in main.c for the -q option. (All that personality stuff needs to be rewritten. Yuck.)

This commit is contained in:
Adam Ierymenko 2014-10-03 13:41:52 -07:00
parent f853bc6a86
commit 6ab7b1b915
2 changed files with 8 additions and 1 deletions

View file

@ -146,7 +146,7 @@ static int main(const char *homeDir,int argc,char **argv)
printHelp(stdout,argv[0]);
return 1;
}
} else {
} else if ((!homeDir)||(strcmp(homeDir,argv[i]))) {
if (query.length())
query.push_back(' ');
query.append(argv[i]);