diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-07-31 01:29:03 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-07-31 01:29:03 +0300 |
commit | 7d79c86285de5da04d22827c149c6a46886159ee (patch) | |
tree | e5321d235e471ac2f7161ca9c050b3507672ecbe | |
parent | fccf932b5be3b79d948fc73b59e476eb4c6a8b96 (diff) |
-rw-r--r-- | utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -120,7 +120,8 @@ bool isxbpscommand(const char *s) "/xbps-install", "/xbps-remove", "/xbps-reconfigure", - "/xbps-query" + "/xbps-query", + "/xbps-pkgdb", }; for (size_t i = 0; i < ARRAY_SIZE(commands); i++) { const char *command = commands[i]; |