mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-10-31 16:04:51 +00:00
'acx' returns non-zero code if disks do not match.
This commit is contained in:
parent
8ea6990dd5
commit
fea602a0a4
@ -61,6 +61,7 @@ public class CompareCommand extends ReadOnlyDiskImageCommandOptions {
|
|||||||
if (result.getDifferenceCount() > limit.orElse(Integer.MAX_VALUE)) {
|
if (result.getDifferenceCount() > limit.orElse(Integer.MAX_VALUE)) {
|
||||||
System.out.printf("There are %d more messages.\n", result.getDifferenceCount() - limit.get());
|
System.out.printf("There are %d more messages.\n", result.getDifferenceCount() - limit.get());
|
||||||
}
|
}
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user