Permalink
Browse files
minced --version should exit 0
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
minced.java
|
|
@@ -39,7 +39,7 @@ public static void main(String[] args) |
|
|
if (args[0].equals("--version"))
|
|
|
{
|
|
|
printVersion();
|
|
|
- System.exit(1);
|
|
|
+ System.exit(0);
|
|
|
}
|
|
|
|
|
|
int i = 0;
|
|
|
|
0 comments on commit
43fdafd