Return exit code based on ok status in setSet utility
This commit is contained in:
parent
5a558cdffc
commit
2cc39f7721
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
Info<< "\nEnd\n" << endl;
|
||||
|
||||
return 0;
|
||||
return !ok;
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue