We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2247858 commit 1ce56caCopy full SHA for 1ce56ca
opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java
@@ -791,8 +791,7 @@ public static String[] parseOptions(String[] argv) throws ParseException {
791
792
private static void checkConfiguration() {
793
if (repositories.size() > 0 && !cfg.isHistoryEnabled()) {
794
- System.out.println("Repositories were specified however history is off");
795
- System.exit(1);
+ die("Repositories were specified however history is off");
796
}
797
798
0 commit comments