aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-08-30 03:38:46 -0400
committerB. Watson <urchlay@slackware.uk>2026-08-30 03:38:46 -0400
commit67c9e3168bc1de88097e566c180a47763c5f8890 (patch)
treebd7704de13236cf45d6efa89acd24298046b71c4
parent16c12ae5e1c07bb67ddef8927aecbe1bf28bd707 (diff)
downloadsbostuff-67c9e3168bc1de88097e566c180a47763c5f8890.tar.gz
findpkgconflicts.pl: exit 0 after printing usage.
-rwxr-xr-xfindpkgconflicts.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/findpkgconflicts.pl b/findpkgconflicts.pl
index 1446f1b..8ae767a 100755
--- a/findpkgconflicts.pl
+++ b/findpkgconflicts.pl
@@ -12,6 +12,7 @@ Options:
-s Ignore 3rd-party packages (core Slackware only).
-a Include aaa_* packages and openssl-solibs (normally ignored).
EOF
+ exit 0;
}
$slackware_only = 0;