Skip to content

Commit 6099730

Browse files
committed
Fix help and version optionsd
1 parent 85ea841 commit 6099730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Interface/Application/GuiCommands.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ bool QuitAfterExecuteCommandGui::execute()
6868
bool QuitCommandGui::execute()
6969
{
7070
SCIRunMainWindow::Instance()->quit();
71+
exit(0);
7172
return true;
7273
}
7374

0 commit comments

Comments
 (0)