diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-08-30 03:38:46 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-08-30 03:38:46 -0400 |
| commit | 67c9e3168bc1de88097e566c180a47763c5f8890 (patch) | |
| tree | bd7704de13236cf45d6efa89acd24298046b71c4 | |
| parent | 16c12ae5e1c07bb67ddef8927aecbe1bf28bd707 (diff) | |
| download | sbostuff-67c9e3168bc1de88097e566c180a47763c5f8890.tar.gz | |
findpkgconflicts.pl: exit 0 after printing usage.
| -rwxr-xr-x | findpkgconflicts.pl | 1 |
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; |
