xbps-bin: fix for previous.
This commit is contained in:
@@ -240,6 +240,7 @@ main(int argc, char **argv)
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lpc.state = 0;
|
||||||
if (argv[1]) {
|
if (argv[1]) {
|
||||||
if (strcmp(argv[1], "installed") == 0)
|
if (strcmp(argv[1], "installed") == 0)
|
||||||
lpc.state = XBPS_PKG_STATE_INSTALLED;
|
lpc.state = XBPS_PKG_STATE_INSTALLED;
|
||||||
|
Reference in New Issue
Block a user