We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c408eb commit be886d1Copy full SHA for be886d1
1 file changed
src/share/classes/com/sun/btrace/compiler/Compiler.java
@@ -155,7 +155,7 @@ public static void main(String[] args) throws Exception {
155
usage();
156
}
157
158
- if (generatePack && packExtension != null) {
+ if (!generatePack && packExtension != null) {
159
usage("Can not specify pack extension if not using packs (-nopack)");
160
161
0 commit comments