* commit 'e5cb6a253afa8faffb85c73779a78c74aead23ae': pm path needs to return 0 when it succeeds.
This commit is contained in:
@@ -1670,8 +1670,8 @@ public final class Pm {
|
|||||||
System.out.print("package:");
|
System.out.print("package:");
|
||||||
System.out.println(splitSourceDir);
|
System.out.println(splitSourceDir);
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
System.err.println(e.toString());
|
System.err.println(e.toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user