aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-21 17:15:00 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-21 17:15:00 -0400
commit2c3f82704a647621bda49a0bdf5914eeb04df195 (patch)
treed17a40dbb68bce00c9c02ae812ad0357c00add8b /src/tomo.c
parenteed8b0175d358d5990c248fa347354fc8ba25066 (diff)
Fix for libraries
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tomo.c b/src/tomo.c
index c5996077..b230319c 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -226,7 +226,7 @@ int main(int argc, char *argv[])
wait_for_child_success(child);
}
- if (files.length == 0) {
+ if (files.length <= 0 && uninstall.length <= 0 && libraries.length <= 0) {
fprint(stderr, "No files provided!\n\n", usage);
return 1;
}