summaryrefslogtreecommitdiff
path: root/find-deprecated-pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'find-deprecated-pkgs')
-rwxr-xr-xfind-deprecated-pkgs7
1 files changed, 1 insertions, 6 deletions
diff --git a/find-deprecated-pkgs b/find-deprecated-pkgs
index de7bb36..8e6a435 100755
--- a/find-deprecated-pkgs
+++ b/find-deprecated-pkgs
@@ -71,12 +71,7 @@ The 'parabola' argument compares with our repositories and Arch's
since in blacklists like your-privacy and your-initfreedom we also block
some packages from [pcr] (like jitsi) and [libre] (like icedove), and
probably also from their -multilib, -testing and -multilib-testing derivatives.
-
-This program only takes one argument, meaning that (for example) if you run
-\`${0##*/} parabola arch' only 'parabola' is considered
EOM
-
-exit $STATUS
}
mkpkglist() {
@@ -129,7 +124,7 @@ check(){
esac
}
-if [[ -s $@ ]]; then
+if [[ $@ = "" ]]; then
usage
else
ip r | grep ^default | awk '{print $3}' |