xbps-bin: fix for previous.
This commit is contained in:
parent
940e077fb4
commit
278a37a24a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user